Aracılığıyla paylaş


DocumentReferenceCollection.Item[Int32] Özellik

Tanım

Belirtilen dizindeki öğesini alır.

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

Parametreler

index
Int32

Alınacak koleksiyondaki öğesinin sıfır tabanlı dizini.

Özellik Değeri

DocumentReference

Belirtilen indexkonumundaki koleksiyon öğesi.

Açıklamalar

Temel koleksiyon desteği. IListUygular.Item[].

Şunlara uygulanır

Ayrıca bkz.