DocumentReferenceCollection.Item[Int32] Свойство

Определение

Получает элемент, находящийся в указанном индексе.

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

Параметры

index
Int32

Начинающийся с нуля индекс извлекаемого элемента коллекции.

Значение свойства

DocumentReference

Элемент коллекции, находящийся в указанном index.

Комментарии

Базовая поддержка коллекций. IListРеализует .Item[].

Применяется к

См. также раздел