KnownUIContexts.SolutionExistsAndFullyLoadedContext Property

Definition

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.

Applies to