XmlElementAttributes.Item[Int32] Eigenschap

Definitie

Hiermee haalt u het element op de opgegeven index op of stelt u het in.

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

Parameters

index
Int32

De op nul gebaseerde index van het element om op te halen of in te stellen.

Waarde van eigenschap

Het element in de opgegeven index.

Uitzonderingen

index is geen geldige index in de XmlElementAttributes.

De eigenschap is ingesteld en de eigenschap heeft het XmlElementAttributes kenmerk Alleen-lezen.

Van toepassing op