VsShellUtilities.ShellIsInitialized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the shell is initialized. The shell is initialized after the main window is visible and all services are available.
public:
static property bool ShellIsInitialized { bool get(); };
public:
static property bool ShellIsInitialized { bool get(); };
public static bool ShellIsInitialized { get; }
static member ShellIsInitialized : bool
Public Shared ReadOnly Property ShellIsInitialized As Boolean
Public ReadOnly Property ShellIsInitialized As Boolean
Property Value
true
if the shell is initialized, otherwise false
.