ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出字典是否包含 item
中的值,且是以 item
中的索引鍵來檢索。
bool ICollection<KeyValuePair<string,object>>.Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
參數
- item
- System.Collections.Generic.KeyValuePair<System.String,System.Object>
要新增的項目。
傳回
System.Boolean
實作
System.Collections.Generic.ICollection`1.Contains(`0)