UIContextGuids80.SolutionExists Field

Definition

Specifies a context in which a solution has been loaded.

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

Field Value

Remarks

This context becomes active when a solution is loaded or created, including an empty solution. Do distinguish between an empty solution and a non-empty solution, examine the EmptySolution context.

This context is the opposite of the NoSolution context.

The GUID for this context is: {F1536EF8-92EC-443C-9ED7-FDADF150DA82}. It is defined in vsshlids.h, vsshell.h, vsshell80.h, and vsshell100.h.

Applies to