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 com base em zero do elemento na coleção a ser obtido.

Valor da propriedade

DocumentReference

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

Comentários

Suporte básico à coleção. IListImplementa .Item[].

Aplica-se a

Confira também