XPathMessageFilterElementCollection.ContainsKey(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 XPathMessageFilterElementCollection 是否包含具有指定之索引鍵的項目。
public:
override bool ContainsKey(System::Object ^ key);
public override bool ContainsKey (object key);
override this.ContainsKey : obj -> bool
Public Overrides Function ContainsKey (key As Object) As Boolean
參數
- key
- Object
要在集合中查詢的索引鍵。
傳回
如果索引鍵存在於集合中,則為 true
,否則為 false
。
例外狀況
key
為 null
。
與 key
有關聯的型別無效。