CheckedListBox.CheckedIndexCollection.Contains(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定指定索引是否位于集合中。
public:
bool Contains(int index);
public bool Contains (int index);
member this.Contains : int -> bool
Public Function Contains (index As Integer) As Boolean
参数
- index
- Int32
要在集合中定位的索引。
返回
如果 CheckedListBox.ObjectCollection 中的指定索引是该集合中的一项,则为 true
;否则,为 false
。
注解
可以使用此方法来确定集合中的 Items 索引是否在集合中 CheckedIndices 。