ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains Méthode

Définition

Retourne une valeur qui indique si le dictionnaire contient la valeur dans item, indexée par la clé dans 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

Paramètres

item
KeyValuePair<String,Object>

Élément à ajouter.

Retours

Implémente

S’applique à