UIContextGuids80.EmptySolution Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a context in which an empty solution has been loaded.
public: System::String ^ EmptySolution;
std::wstring EmptySolution;
public const string EmptySolution;
val mutable EmptySolution : string
Public Const EmptySolution As String
Field Value
Remarks
This context becomes active when no solution is loaded. This context becomes inactive when a solution with at least one project is loaded.
The GUID for this context is: {ADFC4E65-0397-11D1-9F4E-00A0C911004F}
. It is defined in vsshlids.h and vsshell.h.