IIntellisenseBuilder.Show(String, String, String) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Mostra o construtor.
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
Parâmetros
- language
- String
O serviço de linguagem que está a chamar o construtor.
- value
- String
A expressão a ser editada.
- newValue
- String
O novo valor.
Devoluções
true se o valor deve ser substituído por newValue; caso contrário, false (se o utilizador cancelar, por exemplo).