DocumentReferenceCollection.Item[Int32] Właściwość

Definicja

Pobiera element znajdujący się w określonym indeksie.

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

Parametry

index
Int32

Indeks zerowy elementu w kolekcji, który ma być pobierany.

Wartość właściwości

DocumentReference

Element kolekcji, który znajduje się w określonym obiekcie index.

Uwagi

Podstawowa obsługa kolekcji. Implementuje .IListItem[].

Dotyczy

Zobacz też