VSConstants.UICONTEXT_SolutionHasMultipleProjects Field

Specifies a UI context in which a solution is open and has multiple projects loaded.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared ReadOnly UICONTEXT_SolutionHasMultipleProjects As Guid
public static readonly Guid UICONTEXT_SolutionHasMultipleProjects
public:
static initonly Guid UICONTEXT_SolutionHasMultipleProjects
static val UICONTEXT_SolutionHasMultipleProjects: Guid
public static final var UICONTEXT_SolutionHasMultipleProjects : Guid

Remarks

A successful call to GetCmdUIContextCookie with UICONTEXT_SolutionHasMultipleProjects as the first parameter returns the GUID value of the command UI context associated with this specific UI state.

The new UI context (which in this case is UICONTEXT_SolutionHasMultipleProjects) may be retrieved with a call to OnCmdUIContextChanged.

This method is not valid (will return E_FAIL) when the IDE is in Command Line Mode.

.NET Framework Security

See Also

Reference

VSConstants Class

Microsoft.VisualStudio Namespace

IVsMonitorSelection

Other Resources

IDE Constants