CheckedListBox.CheckedItemCollection.Contains(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的項目是否位於集合中。
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 。