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 no solution is 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 NoSolution As String
'Usage
Dim value As String
value = UIContextGuids80.NoSolution
public const string NoSolution
public:
literal String^ NoSolution
static val mutable NoSolution: string
public const var NoSolution : String
Remarks
This context becomes active when a solution is closed by selecting Close Solution from the File menu or by starting up Visual Studio with the start up option of "Show Empty Environment" selected in the Options dialog box.
This context is the opposite of the SolutionExists context.
The GUID for this context is: {ADFC4E64-0397-11D1-9F4E-00A0C911004F}. It is defined in vsshlids.h and vsshell.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.