VsShellUtilities.ShellIsShuttingDown Property

Definition

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.

Applies to