DataGridViewComboBoxCell.ObjectCollection.Contains(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的項目是否包含在集合中。
public:
virtual bool Contains(System::Object ^ value);
public bool Contains (object value);
abstract member Contains : obj -> bool
override this.Contains : obj -> bool
Public Function Contains (value As Object) As Boolean
參數
- value
- Object
表示位於集合中項目的物件。
傳回
如果 item
位於集合中,則為 true
,否則為 false
。
實作
例外狀況
value
為 null
。