UIContextGuids.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 = UIContextGuids.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.