_EnvironmentGeneral.ShowCommandWindowCompletion Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Somente para uso interno da Microsoft.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property bool ShowCommandWindowCompletion { bool get(); void set(bool value); };
public:
property bool ShowCommandWindowCompletion { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public bool ShowCommandWindowCompletion { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.ShowCommandWindowCompletion : bool with get, set
Public Property ShowCommandWindowCompletion As Boolean
Valor da propriedade
true se a conclusão deve ser executada na janela de comando, caso contrário false .
- Atributos