ModelBinderDictionary.ContainsKey(Type) 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 dictionnaire de binders de modèles contient un élément qui a la clé spécifiée.
public:
virtual bool ContainsKey(Type ^ key);
public bool ContainsKey (Type key);
abstract member ContainsKey : Type -> bool
override this.ContainsKey : Type -> bool
Public Function ContainsKey (key As Type) As Boolean
Paramètres
- key
- Type
Clé à rechercher.
Retours
true
si la valeur key
est trouvée, sinon false
.