ConnectionInterfaceCollection.Item[Int32] 屬性

定義

取得位在指定索引處的元素。

public:
 property Type ^ default[int] { Type ^ get(int index); };
public Type this[int index] { get; }
member this.Item(int) : Type
Default Public ReadOnly Property Item(index As Integer) As Type

參數

index
Int32

要取得之項目的以零為起始的索引。

屬性值

在指定索引上的項目。

適用於