BamlLocalizationDictionary.Contains(BamlLocalizableResourceKey) 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 un objet BamlLocalizationDictionary contient une ressource avec une clé spécifiée.
public:
bool Contains(System::Windows::Markup::Localizer::BamlLocalizableResourceKey ^ key);
public bool Contains (System.Windows.Markup.Localizer.BamlLocalizableResourceKey key);
member this.Contains : System.Windows.Markup.Localizer.BamlLocalizableResourceKey -> bool
Public Function Contains (key As BamlLocalizableResourceKey) As Boolean
Paramètres
Clé de ressource à rechercher.
Retours
true
si l'objet BamlLocalizationDictionary contient une ressource avec la clé spécifiée ; sinon, false
.
Exceptions
clé est null
.