ListBox.SelectedObjectCollection.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
要從集合中擷取的項目索引。
屬性值
物件,表示集合中位於指定索引處的項目。
實作
- 屬性
例外狀況
index
參數小於零,或者大於等於 Count 類別的 ListBox.SelectedObjectCollection 屬性值。
備註
此索引子可讓您從 ListBox.SelectedObjectCollection 取得特定專案。 儲存在此集合中的專案是 中的 ListBox.ObjectCollection ListBox 專案,代表 中 ListBox 選取的專案。