LanguageSpecificStringDictionary.TryGetValue(XmlLanguage, String) 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.
Récupère la valeur de chaîne dans le LanguageSpecificStringDictionary pour une clé, ou langage, spécifiée.
public:
virtual bool TryGetValue(System::Windows::Markup::XmlLanguage ^ key, [Runtime::InteropServices::Out] System::String ^ % value);
public bool TryGetValue (System.Windows.Markup.XmlLanguage key, out string value);
abstract member TryGetValue : System.Windows.Markup.XmlLanguage * string -> bool
override this.TryGetValue : System.Windows.Markup.XmlLanguage * string -> bool
Public Function TryGetValue (key As XmlLanguage, ByRef value As String) As Boolean
Paramètres
- key
- XmlLanguage
Valeur de type XmlLanguage.
Retours
true
si LanguageSpecificStringDictionary contient une entrée pour key
; sinon, false
.
Remarques
Si la valeur de retour est true
, value
contient une copie de la chaîne associée à la key
valeur. Si la valeur de retour est false
, value
est définie null
sur .