UIContextGuids80.NoSolution Field

Definition

Specifies a context in which no solution is loaded.

public: System::String ^ NoSolution;
std::wstring NoSolution;
public const string NoSolution;
val mutable NoSolution : string
Public Const NoSolution As String 

Field Value

Remarks

This context becomes active when a solution is closed by selecting Close Solution from the File menu or by starting up Visual Studio with the start up option of "Show Empty Environment" selected in the Options dialog box.

This context is the opposite of the SolutionExists context.

The GUID for this context is: {ADFC4E64-0397-11D1-9F4E-00A0C911004F}. It is defined in vsshlids.h and vsshell.h.

Applies to