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)