XmlElementAttributes.Item[Int32] Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
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í.