LanguageSpecificStringDictionary.ContainsKey(XmlLanguage) 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 LanguageSpecificStringDictionary contient le langage spécifique.
public:
virtual bool ContainsKey(System::Windows::Markup::XmlLanguage ^ key);
public bool ContainsKey(System.Windows.Markup.XmlLanguage key);
abstract member ContainsKey : System.Windows.Markup.XmlLanguage -> bool
override this.ContainsKey : System.Windows.Markup.XmlLanguage -> bool
Public Function ContainsKey (key As XmlLanguage) As Boolean
Paramètres
- key
- XmlLanguage
Valeur de type XmlLanguage.
Retours
true si LanguageSpecificStringDictionary contient key ; sinon false.