DocumentReferenceCollection.Item[Int32] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Element kolekcji, który znajduje się w określonym obiekcie index
.
Uwagi
Podstawowa obsługa kolekcji. Implementuje .IListItem[].