UIContextGuids80.SolutionExistsAndNotBuildingAndNotDebugging 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 a solution is loaded and is not being built or debugged.
public: System::String ^ SolutionExistsAndNotBuildingAndNotDebugging;
std::wstring SolutionExistsAndNotBuildingAndNotDebugging;
public const string SolutionExistsAndNotBuildingAndNotDebugging;
val mutable SolutionExistsAndNotBuildingAndNotDebugging : string
Public Const SolutionExistsAndNotBuildingAndNotDebugging As String
Field Value
Remarks
This context is always active when a solution is loaded and the solution is not debugging and is not building. This context is effectively a combination of the SolutionExists and NotBuildingAndNotDebugging contexts.
The GUID for this context is: {D0E4DEEC-1B53-4cda-8559-D454583AD23B}. It is defined in vsshlids.h and vsshell80.h.