Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
static val mutable SolutionExists: string
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 GUID for this context is: {F1536EF8-92EC-443C-9ED7-FDADF150DA82}. It is defined in vsshlids.h, vsshell.h, vsshell80.h, and vsshell100.h.
.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.