DocumentReferenceCollection.Item[Int32] Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Index elementu v kolekci založený na nule, který chcete získat.
Hodnota vlastnosti
Element kolekce, který je na zadaném index.
Poznámky
Základní podpora kolekce. Implementuje IList.Item[].