LanguageSpecificStringDictionary.ContainsKey(XmlLanguage) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se o LanguageSpecificStringDictionary contém no idioma especificado.
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
Parâmetros
- key
- XmlLanguage
Um valor do tipo XmlLanguage.
Retornos
true
se o LanguageSpecificStringDictionary contiver key
; caso contrário, false
.