XmlElementAttributes.Item[Int32] Özellik

Tanım

Belirtilen dizindeki öğeyi alır veya ayarlar.

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

Parametreler

index
Int32

Alınacak veya ayarlanacak öğenin sıfır tabanlı dizini.

Özellik Değeri

XmlElementAttribute

Belirtilen dizindeki öğe.

Özel durumlar

index içinde XmlElementAttributesgeçerli bir dizin değil.

özelliği ayarlanır ve XmlElementAttributes salt okunurdur.

Şunlara uygulanır