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

适用于

另请参阅