VsShellUtilities.ShellIsShuttingDown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the shell is shutting down. If the shell is shutting down, either the shell service won't be available at all or it will be both initialized and zombie. On startup the shell is zombie until it is initialized.
public:
static property bool ShellIsShuttingDown { bool get(); };
public:
static property bool ShellIsShuttingDown { bool get(); };
public static bool ShellIsShuttingDown { get; }
static member ShellIsShuttingDown : bool
Public Shared ReadOnly Property ShellIsShuttingDown As Boolean
Public ReadOnly Property ShellIsShuttingDown As Boolean
Property Value
true
if the shell is shutting down, otherwise false
.