CheckedListBox.CheckedIndexCollection.IndexOf(Int32) 方法

定义

返回选中索引集合中的一个索引。

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

选中项的索引。

返回

Int32

指定选中项索引的索引,或者如果 index 参数不在选中索引集合中,则为 -1。 有关更多信息,请参见 CheckedListBox.CheckedIndexCollection 类概述中的示例。

注解

参数 index 是项集合中选中项的索引。 返回值是检查索引集合中的相应索引。

适用于

另请参阅