CheckedListBox.CheckedItemCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已選取項目集合中的物件。
public:
property System::Object ^ default[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
[System.ComponentModel.Browsable(false)]
public object this[int index] { get; set; }
[System.ComponentModel.Browsable(false)]
public object? this[int index] { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object
參數
- index
- Int32
已選取項目集合內的索引。 這個集合索引對應已選取項目的索引。
屬性值
位於指定索引處的物件。 如需詳細資訊,請參閱 CheckedListBox.CheckedItemCollection 類別概觀中的範例。
實作
- 屬性
例外狀況
物件無法設定。
備註
CheckedItems集合是集合中 Items 物件的子集,只代表已檢查的專案。 此集合會以遞增順序排序。