XmlElementAttributes.Item[Int32] Propiedad

Definición

Obtiene o establece el elemento en el índice especificado.

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

Parámetros

index
Int32

Índice de base cero del elemento que se va a obtener o establecer.

Valor de propiedad

Elemento en el índice especificado.

Excepciones

index no es un índice válido para XmlElementAttributes.

La propiedad está establecida y XmlElementAttributes es de solo lectura.

Se aplica a