共用方式為


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[] .

適用於

另請參閱