UIContextGuids80.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 = UIContextGuids80.SolutionHasMultipleProjects
public const string SolutionHasMultipleProjects
public:
literal String^ SolutionHasMultipleProjects
public const var SolutionHasMultipleProjects : String

Field Value

Type: System.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 .ctc file label for this context is UICONTEXT_SolutionHasMultipleProjects. See VISIBILITY_SECTION – VISIBILITY_END for details.

Permissions

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace