ILocalizer.LookupValues(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 tableau de valeurs.
public bool LookupValues (string key, out string[] values);
abstract member LookupValues : string * String[] -> bool
Public Function LookupValues (key As String, ByRef values As String()) As Boolean
Paramètres
- key
- String
Clé à rechercher.
- values
- String[]
Valeur de tableau à définir si elle est présente.
Retours
True si la valeur est trouvée.