OperationCollection.IndexOf メソッド
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim instance As OperationCollection Dim operation As Operation Dim returnValue As Integer returnValue = instance.IndexOf(operation)
戻り値
32 ビット符号付き整数。

If myOperationCollection.Contains(myOperation) = True Then Console.WriteLine("The index of the added 'myOperation' " + _ "operation is : " + _ myOperationCollection.IndexOf(myOperation).ToString) End If
if(myOperationCollection.Contains(myOperation) == true) { Console.WriteLine("The index of the added 'myOperation' " + "operation is : " + myOperationCollection.IndexOf(myOperation)); }

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からOperationCollection.IndexOf メソッドを検索する場合は、下記のリンクをクリックしてください。

- OperationCollection.IndexOf メソッドのページへのリンク