ResourceDictionary.HasKey(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.
Retourne si le ResourceDictionary a une entrée avec la clé demandée.
public:
virtual bool HasKey(Platform::Object ^ key) = IMap<Platform::Object ^, Platform::Object ^>::HasKey;
bool HasKey(IInspectable const& key);
public bool HasKey(object key);
function hasKey(key)
Public Function HasKey (key As Object) As Boolean
Paramètres
- key
-
Object
Platform::Object
IInspectable
Clé demandée.
Retours
Boolean
bool
true si resourceDictionary a une entrée avec la clé demandée ; sinon, false.
Implémente
Remarques
Notes
L’API Microsoft .NET équivalente est Contains.