ValueCollection.Item[Int32] 屬性

定義

從集合中的指定位置擷取項目。

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

參數

index
Int32

要擷取項目的索引位置。

屬性值

Object

值集合中的 Object

適用於