Język

XmlElementAttributes.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element w określonym indeksie.

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

Indeks zerowy elementu do pobrania lub ustawienia.

Wartość właściwości

Element w określonym indeksie.

Wyjątki

index nie jest prawidłowym indeksem w obiekcie XmlElementAttributes.

Właściwość jest ustawiona XmlElementAttributes , a właściwość jest tylko do odczytu.

Dotyczy