UIContextGuids80.SolutionHasSingleProject Field

Definition

Specifies a context in which a loaded solution contains a single project.

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

Field Value

Remarks

This context becomes active when a solution with a single project is loaded or created. This context also becomes active when all projects but one have been removed from a solution.

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

Applies to