UIContextGuids80.SolutionHasSingleProject Field

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

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

Syntax

'宣言
Public Const SolutionHasSingleProject As String
'使用
Dim value As String

value = UIContextGuids80.SolutionHasSingleProject
public const string SolutionHasSingleProject
public:
literal String^ SolutionHasSingleProject
public const var SolutionHasSingleProject : String

Field Value

Type: System.String

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

Permissions

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace