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

適用於