XmlElementAttributes.Item プロパティ
アセンブリ: System.Xml (system.xml.dll 内)

Dim instance As XmlElementAttributes Dim index As Integer Dim value As XmlElementAttribute value = instance(index) instance(index) = value
public: property XmlElementAttribute^ default [int] { XmlElementAttribute^ get (int index); void set (int index, XmlElementAttribute^ value); }
/** @property */ public XmlElementAttribute get_Item (int index) /** @property */ public void set_Item (int index, XmlElementAttribute value)
プロパティ値
指定したインデックス位置にある XmlElementAttribute。

XmlAttributes 内の最初の XmlElementAttribute を取得する例を次に示します。
Private Sub GetXmlElement(ByVal attrs As XmlAttributes) ' Get the first XmlElementAttribute in the collection. Dim att As XmlElementAttribute = attrs.XmlElements(0) ' Get the Type of the XmlElementAttribute and print it. Dim t As Type = att.Type Console.WriteLine(t.ToString()) End Sub End Class

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


Weblioに収録されているすべての辞書からXmlElementAttributes.Item プロパティを検索する場合は、下記のリンクをクリックしてください。

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