ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- System.Collections.Generic.KeyValuePair<System.String,System.Object>
Élément à ajouter.
Retours
System.Boolean
Implémente
System.Collections.Generic.ICollection`1.Contains(`0)