XPathMessageFilterElementCollection.ContainsKey(Object) 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.
Détermine si le XPathMessageFilterElementCollection contient un élément avec la clé spécifiée.
public:
override bool ContainsKey(System::Object ^ key);
public override bool ContainsKey(object key);
override this.ContainsKey : obj -> bool
Public Overrides Function ContainsKey (key As Object) As Boolean
Paramètres
- key
- Object
Clé à rechercher dans la collection.
Retours
true si la clé existe dans la collection ; sinon, false.
Exceptions
key a la valeur null.
Le type associé n’est key pas valide.