XmlElementAttributes.Item[Int32] プロパティ

定義

指定したインデックスにある要素を取得または設定します。

public:
 property System::Xml::Serialization::XmlElementAttribute ^ default[int] { System::Xml::Serialization::XmlElementAttribute ^ get(int index); void set(int index, System::Xml::Serialization::XmlElementAttribute ^ value); };
public System.Xml.Serialization.XmlElementAttribute this[int index] { get; set; }
public System.Xml.Serialization.XmlElementAttribute? this[int index] { get; set; }
member this.Item(int) : System.Xml.Serialization.XmlElementAttribute with get, set
Default Public Property Item(index As Integer) As XmlElementAttribute

パラメーター

index
Int32

取得または設定する要素の、0 から始まるインデックス番号。

プロパティ値

XmlElementAttribute

指定したインデックス位置にある要素。

例外

indexXmlElementAttributes の有効なインデックスではありません。

このプロパティが設定されていますが、XmlElementAttributes が読み取り専用です。

適用対象