TypeConverter.StandardValuesCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的索引號物件。
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
參數
屬性值
該 Object 索引為指定。
備註
指數號是以零為基礎。 因此,你必須從某個特定 Object 點的數值位置減去一,才能取得該 Object。 例如,要得到第三 Object個 ,你需要指定 myColl[2]。