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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ShellIsInitialized As Boolean
public static bool ShellIsInitialized { get; }
public:
static property bool ShellIsInitialized {
bool get ();
}
static member ShellIsInitialized : bool with get
static function get ShellIsInitialized () : boolean
Property Value
Type: Boolean
true if the shell is initialized, 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.