CompositeCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
索引子屬性,擷取或取代集合中指定以零為起始之位移 (Offset) 位置的項目。
public:
property System::Object ^ default[int] { System::Object ^ get(int itemIndex); void set(int itemIndex, System::Object ^ value); };
public object this[int itemIndex] { get; set; }
member this.Item(int) : obj with get, set
Default Public Property Item(itemIndex As Integer) As Object
參數
- itemIndex
- Int32
要擷取或取代的項目之以零起始的位移。
屬性值
位於指定之以零起始位移的項目。
實作
例外狀況
索引是否超出範圍。