ListView.CheckedIndexCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合中位於指定索引處的索引值。
public:
property int default[int] { int get(int index); };
public int this[int index] { get; }
member this.Item(int) : int
Default Public ReadOnly Property Item(index As Integer) As Integer
參數
- index
- Int32
要從集合中擷取的項目索引。
屬性值
ListView.ListViewItemCollection 的索引值,該值儲存在指定的位置中。
例外狀況
index
參數小於 0,或者大於等於 Count 的 ListView.CheckedIndexCollection 屬性值。
備註
此索引子可讓您從 ListView.CheckedIndexCollection 取得特定的索引。 儲存在集合中的索引 ListView.ListViewItemCollection ListView 是 中代表已核取專案的 索引 ListView 。