ListView.CheckedListViewItemCollection.ContainsKey(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷具有指定索引鍵的資料行是否包含在集合中。
public:
virtual bool ContainsKey(System::String ^ key);
public virtual bool ContainsKey (string key);
abstract member ContainsKey : string -> bool
override this.ContainsKey : string -> bool
Public Overridable Function ContainsKey (key As String) As Boolean
參數
- key
- String
要搜尋的項目名稱。
傳回
若具有指定機碼的項目包含在集合中,則為 true
;否則為 false
。
例外狀況
擁有人 ListView 位於虛擬模式中。
備註
Name的 ListViewItem 屬性會對應至 中 ListView.CheckedListViewItemCollection 專案的索引鍵。