DocumentReferenceCollection.Item[Int32] Propriedade

Definição

Obtém o elemento que está no í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

O índice em base zero do elemento na coleção a obter.

Valor de Propriedade

O elemento de coleção que está no especificado index.

Observações

Suporte básico para coleções. ImplementosIList...Item[]

Aplica-se a

Ver também