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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool ShellIsShuttingDown {
	static bool get();
}

Property Value

Type: System::Boolean

true if the shell is shutting down, otherwise false.

Return to top
Show: