UIContextGuids.SolutionHasMultipleProjects Field

Specifies a context in which a loaded solution contains more than one project.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
Public Const SolutionHasMultipleProjects As String
‘사용 방법
Dim value As String

value = UIContextGuids.SolutionHasMultipleProjects
public const string SolutionHasMultipleProjects
public:
literal String^ SolutionHasMultipleProjects
static val mutable SolutionHasMultipleProjects: string
public const var SolutionHasMultipleProjects : String

Remarks

This context becomes active when a solution with more than one project is loaded or a second project is added to a solution that currently has only one project.

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

.NET Framework Security

See Also

Reference

UIContextGuids Class

UIContextGuids Members

Microsoft.VisualStudio.Shell.Interop Namespace