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

取得するコレクション内の要素の 0 から始まるインデックス。

プロパティ値

DocumentReference

指定した index にあるコレクション要素。

注釈

基本的なコレクションのサポート。 をItem[]実装しますIList

適用対象

こちらもご覧ください