XmlArrayItemAttributes.Item[Int32] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia element w określonym indeksie.
public:
property System::Xml::Serialization::XmlArrayItemAttribute ^ default[int] { System::Xml::Serialization::XmlArrayItemAttribute ^ get(int index); void set(int index, System::Xml::Serialization::XmlArrayItemAttribute ^ value); };
public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get; set; }
public System.Xml.Serialization.XmlArrayItemAttribute? this[int index] { get; set; }
member this.Item(int) : System.Xml.Serialization.XmlArrayItemAttribute with get, set
Default Public Property Item(index As Integer) As XmlArrayItemAttribute
Parametry
- index
- Int32
Indeks zerowy elementu członkowskiego kolekcji do pobrania lub ustawienia.
Wartość właściwości
Element XmlArrayItemAttribute w określonym indeksie.