ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>) Yöntem

Tanım

İçindeki item anahtara göre dizine alınmış, sözlüğün içinde değeri içerip içermediğini gösteren bir değer döndürür 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

Parametreler

item
KeyValuePair<String,Object>

Eklenecek öğe.

Döndürülenler

Boolean

Uygulamalar

Şunlara uygulanır