XmlElementAttributes.Item[Int32] Vlastnost

Definice

Získá nebo nastaví prvek v zadaném indexu.

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

Parametry

index
Int32

Index elementu založený na nule, který chcete získat nebo nastavit.

Hodnota vlastnosti

Prvek v zadaném indexu.

Výjimky

index není platný index v objektu XmlElementAttributes.

Vlastnost je nastavena a je jen pro XmlElementAttributes čtení.

Platí pro