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

Definicja

Pobiera lub ustawia element pod określonym indeksem.

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

Liczony od zera indeks elementu do pobrania lub ustawienia.

Wartość właściwości

Element pod określonym indeksem.

Wyjątki

index nie jest prawidłowym indeksem w obiekcie XmlElementAttributes.

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

Dotyczy