UIContextGuids::SolutionExists Field
Visual Studio 2015
Specifies a context in which a solution has been loaded.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
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.
Show: