CheckedListBox.CheckedIndexCollection.IndexOf(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回已選取索引集合內的索引。
public:
int IndexOf(int index);
public int IndexOf (int index);
member this.IndexOf : int -> int
Public Function IndexOf (index As Integer) As Integer
參數
- index
- Int32
已選取項目的索引。
傳回
索引,其指定已選取項目的索引;如果 index
參數不在已選取的索引集合中,則為 –1。 如需詳細資訊,請參閱 CheckedListBox.CheckedIndexCollection 類別概觀中的範例。
備註
參數 index
是專案集合中已核取專案的索引。 傳回值是已核取索引集合中的對應索引。