KnownUIContexts.SolutionOpeningContext 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 about to be opened. It is deactivated when modal phase is completed or error occurs during opening.
public:
static property Microsoft::VisualStudio::Shell::UIContext ^ SolutionOpeningContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext SolutionOpeningContext { get; }
static member SolutionOpeningContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property SolutionOpeningContext As UIContext