ILocalizer.Lookup(String, 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.
Traduire une clé en une traduction.
public bool Lookup (string key, out string value);
abstract member Lookup : string * string -> bool
Public Function Lookup (key As String, ByRef value As String) As Boolean
Paramètres
- key
- String
Clé à rechercher.
- value
- String
Valeur à définir si elle est présente.
Retours
True si la valeur est trouvée.