Condividi tramite


IIntellisenseBuilder.Show(String, String, String) Metodo

Definizione

Visualizza il generatore.

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

Parametri

language
String

Linguaggio del servizio che chiama il generatore.

value
String

Espressione da modificare.

newValue
String

Nuovo valore.

Restituisce

true se il valore deve essere sostituito con newValue; in caso contrario, false se, ad esempio, l'utente annulla l'operazione.

Si applica a