Share via


UIContextGuids80.SolutionExists Field

Specifies a context in which a solution has been loaded.

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

Syntax

'Declaration
Public Const SolutionExists As String
'Usage
Dim value As String 

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

Remarks

This context becomes active when a solution is loaded or created, including an empty solution. Do distinguish between an empty solution and a non-empty solution, examine the EmptySolution context.

This context is the opposite of the NoSolution context.

The .ctc file label for this context is UICONTEXT_SolutionExists. See VISIBILITY_SECTION – VISIBILITY_END for details.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace