IIntellisenseBuilder.Show(String, 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.
Affiche le générateur.
public:
bool Show(System::String ^ language, System::String ^ value, System::String ^ % newValue);
public bool Show(string language, string value, ref string newValue);
abstract member Show : string * string * string -> bool
Public Function Show (language As String, value As String, ByRef newValue As String) As Boolean
Paramètres
- language
- String
Service de langage qui appelle le générateur.
- value
- String
Expression en cours de modification.
- newValue
- String
Nouvelle valeur.
Retours
true si la valeur doit être remplacée newValuepar ; sinon, false (si l’utilisateur annule, par exemple).