KnownUIContexts.SolutionOpeningContext Property

Definition

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

Property Value

Applies to