KnownUIContexts.SolutionExistsAndNotBuildingAndNotDebuggingContext Property

Definition

A UI context indicating that a solution is loaded, and the environment is neither building nor debugging it.

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

Property Value

Applies to