XmlElementAttributes.Item[Int32] Vlastnost

Definice

Získá nebo nastaví prvek u zadaného 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 prvku založený na nule, který se má získat nebo nastavit.

Hodnota vlastnosti

XmlElementAttribute

Prvek na pozici zadaného indexu.

Výjimky

index není platný index v souboru XmlElementAttributes.

Vlastnost je nastavená a je určena jen pro XmlElementAttributes čtení.

Platí pro