XmlAnyElementAttributes.Item[Int32] プロパティ

定義

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

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

パラメーター

index
Int32

XmlAnyElementAttribute のインデックス。

プロパティ値

XmlAnyElementAttribute

指定されたインデックスの XmlAnyElementAttribute

適用対象