ServiceDescriptionFormatExtensionCollection.Item プロパティ
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim instance As ServiceDescriptionFormatExtensionCollection Dim index As Integer Dim value As Object value = instance(index) instance(index) = value
public: property Object^ default [int] { Object^ get (int index); void set (int index, Object^ value); }
/** @property */ public Object get_Item (int index) /** @property */ public void set_Item (int index, Object value)
プロパティ値
ServiceDescriptionFormatExtension。

Console.WriteLine("Collection contains following types of elements: ") ' Display the 'Type' of the elements in collection. Dim i As Integer For i = 0 To myCollection.Count - 1 Console.WriteLine(myCollection(i).GetType().ToString()) Next i
Console.WriteLine("Collection contains following types of elements: "); // Display the 'Type' of the elements in collection. for(int i = 0;i< myCollection.Count;i++) { Console.WriteLine(myCollection[i].GetType().ToString()); }

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に収録されているすべての辞書からServiceDescriptionFormatExtensionCollection.Item プロパティを検索する場合は、下記のリンクをクリックしてください。

- ServiceDescriptionFormatExtensionCollection.Item プロパティのページへのリンク