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
'宣言
Public Const SolutionExists As String
'使用
Dim value As String
value = UIContextGuids.SolutionExists
public const string SolutionExists
public:
literal String^ SolutionExists
public const var SolutionExists : String
Field Value
Type: System.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.
Permissions
- 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.