VsShellUtilities.ShellIsShuttingDown 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.
Determina se o Shell está sendo desligado. Se o Shell estiver sendo desligado, o serviço de shell não estará disponível ou será inicializado e zumbi. Na inicialização, o Shell é zumbi até que seja inicializado.
public:
static property bool ShellIsShuttingDown { bool get(); };
public:
static property bool ShellIsShuttingDown { bool get(); };
public static bool ShellIsShuttingDown { get; }
member this.ShellIsShuttingDown : bool
Public Shared ReadOnly Property ShellIsShuttingDown As Boolean
Public ReadOnly Property ShellIsShuttingDown As Boolean
Valor da propriedade
true Se o Shell estiver sendo desligado, caso contrário false .