CustomBindingCollectionElement.ContainsKey(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的名稱來判斷集合中是否存在特定繫結。
public:
override bool ContainsKey(System::String ^ name);
public override bool ContainsKey (string name);
override this.ContainsKey : string -> bool
Public Overrides Function ContainsKey (name As String) As Boolean
參數
- name
- String
要尋找之繫結的名稱。
傳回
如果集合包含具有指定之 true
的繫結,則為 name
,否則為 false
。