KnownUIContexts.ShellInitializedContext Property

Definition

A UI context indicating that the shell has entered its main message loop.

public:
 static property Microsoft::VisualStudio::Shell::UIContext ^ ShellInitializedContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext ShellInitializedContext { get; }
static member ShellInitializedContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property ShellInitializedContext As UIContext

Property Value

The UIContext.

Applies to