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

集合中元素的零基索引,得到。

屬性值

集合元素位於指定的 index集合元素。

備註

基本的收藏支援。 工具IList......Item[]

適用於

另請參閱