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

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

' Get the index of 'ServiceDescription' object. Dim myIndex As Integer = myCollection.IndexOf(myServiceDescription2) ' Remove 'ServiceDescription' object from the collection. myCollection.Remove(myServiceDescription2) Console.WriteLine("Element at index {0} is removed ", myIndex.ToString())
// Get the index of 'ServiceDescription' object. int myIndex = myCollection.IndexOf(myServiceDescription2); // Remove 'ServiceDescription' object from the collection. myCollection.Remove(myServiceDescription2); Console.WriteLine("Element at index {0} is removed ", myIndex);

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に収録されているすべての辞書からServiceDescriptionCollection.IndexOf メソッドを検索する場合は、下記のリンクをクリックしてください。

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