VsShellUtilities.ShellIsShuttingDown Property
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.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ShellIsShuttingDown As Boolean
public static bool ShellIsShuttingDown { get; }
public:
static property bool ShellIsShuttingDown {
bool get ();
}
static member ShellIsShuttingDown : bool with get
static function get ShellIsShuttingDown () : boolean
Property Value
Type: Boolean
true if the shell is shutting down, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.