Share via


XmlArrayItemAttributes.Item[Int32] Vlastnost

Definice

Získá nebo nastaví položku v zadaném indexu.

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

Parametry

index
Int32

Index od nuly člena kolekce, který se má získat nebo nastavit.

Hodnota vlastnosti

Hodnota XmlArrayItemAttribute v zadaném indexu.

Platí pro