CheckedListBox.CheckedIndexCollection.Contains(Int32) 方法

定义

确定指定索引是否位于集合中。

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

要在集合中定位的索引。

返回

Boolean

如果 CheckedListBox.ObjectCollection 中的指定索引是该集合中的一项,则为 true;否则,为 false

注解

可以使用此方法来确定集合中的 Items 索引是否在集合中 CheckedIndices

适用于