LanguageSpecificStringDictionary.ContainsKey(XmlLanguage) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se o LanguageSpecificStringDictionary contém a linguagem especificada.
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.
Devoluções
true se o LanguageSpecificStringDictionary contém key; caso contrário, false.