XmlArrayItemAttributes.Item[Int32] Tulajdonság

Definíció

Lekéri vagy beállítja az elemet a megadott indexben.

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

Paraméterek

index
Int32

A gyűjteménytag lekéréséhez vagy beállításához használt nulla alapú index.

Tulajdonság értéke

A XmlArrayItemAttribute megadott indexnél.

A következőre érvényes: