XmlElementAttributes.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

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

The zero-based index of the element to get or set.

Property Value

The element at the specified index.

Exceptions

index is not a valid index in the XmlElementAttributes.

The property is set and the XmlElementAttributes is read-only.

Applies to