ContextGuids.vsContextGuidEmptySolution Field

Definition

Represents whether an empty solution (one without projects) is open in the integrated development environment (IDE).

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

Field Value

Remarks

Many commands are displayed only when their related context GUIDs are active. For example, some debugging commands are not displayed unless you are debugging code. If none of the related contexts are active, then the command is not displayed.

Applies to