語言

TypeConverter.StandardValuesCollection.Item[Int32] 屬性

定義

取得指定的索引號物件。

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object? this[int index] { get; }
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 索引為指定。

備註

指數號是以零為基礎。 因此,你必須從某個特定 Object 點的數值位置減去一,才能取得該 Object。 例如,要得到第三 Object個 ,你需要指定 myColl[2]

適用於

另請參閱