KnownUIContexts.SolutionExistsAndFullyLoadedContext 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.
A UI context indicating that a solution is fully loaded
public:
static property Microsoft::VisualStudio::Shell::UIContext ^ SolutionExistsAndFullyLoadedContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext SolutionExistsAndFullyLoadedContext { get; }
static member SolutionExistsAndFullyLoadedContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property SolutionExistsAndFullyLoadedContext As UIContext
Property Value
Remarks
This UI context is intended to signal that if any background solution loading is used then any of these background activities are complete as well. Note that even if no background solution loading was employed, this UI context still fires at the end of solution loading.