VsShellUtilities::ShellIsInitialized Property

 

Determines whether the shell is initialized. The shell is initialized after the main window is visible and all services are available.

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

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

Property Value

Type: System::Boolean

true if the shell is initialized, otherwise false.

Return to top
Show: