VsShellUtilities::ShellIsZombie Property

 

Determines whether the shell is in a zombie state. The shell is in zombie state at startup until it is initialized and while shutting down.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::Boolean

true if the shell is in a zombie state, otherwise false.

Return to top
Show: