DocumentReferenceCollection.Item[Int32] Vlastnost

Definice

Získá prvek, který je v zadaném indexu.

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

Nulový index elementu v kolekci, který chcete získat.

Hodnota vlastnosti

DocumentReference

Element kolekce, který je na zadaném index.

Poznámky

Podpora základní kolekce Implementuje IList.Item[].

Platí pro

Viz také