DocumentReferenceCollection.Item[Int32] Propiedad

Definición

Obtiene el elemento que se encuentra en el índice especificado.

public:
 property System::Windows::Documents::DocumentReference ^ default[int] { System::Windows::Documents::DocumentReference ^ get(int index); };
public System.Windows.Documents.DocumentReference this[int index] { get; }
member this.Item(int) : System.Windows.Documents.DocumentReference
Default Public ReadOnly Property Item(index As Integer) As DocumentReference

Parámetros

index
Int32

Índice de base cero del elemento que se va a obtener de la colección.

Valor de propiedad

DocumentReference

El elemento de la recolección que está en el index especificado.

Comentarios

Compatibilidad básica con la recopilación. IListImplementa .Item[].

Se aplica a

Consulte también