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]

適用於

另請參閱