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
是项集合中选中项的索引。 返回值是检查索引集合中的相应索引。