CheckedListBox.CheckedItemCollection.Contains(Object) 方法

定义

确定指定项是否位于集合内。

public:
 virtual bool Contains(System::Object ^ item);
public bool Contains (object item);
public bool Contains (object? item);
abstract member Contains : obj -> bool
override this.Contains : obj -> bool
Public Function Contains (item As Object) As Boolean

参数

item
Object

项集合的一个对象。

返回

如果项在集合中,则为 true;否则为 false

实现

注解

此方法确定集合中的 Items 对象是否在集合中 CheckedItems

适用于