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 is loaded and is not being built or debugged.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const SolutionExistsAndNotBuildingAndNotDebugging As String
'Usage
Dim value As String
value = UIContextGuids80.SolutionExistsAndNotBuildingAndNotDebugging
public const string SolutionExistsAndNotBuildingAndNotDebugging
public:
literal String^ SolutionExistsAndNotBuildingAndNotDebugging
static val mutable SolutionExistsAndNotBuildingAndNotDebugging: string
public const var SolutionExistsAndNotBuildingAndNotDebugging : String
Remarks
This context is always active when a solution is loaded and the solution is not debugging and is not building. This context is effectively a combination of the SolutionExists and NotBuildingAndNotDebugging contexts.
The GUID for this context is: {D0E4DEEC-1B53-4cda-8559-D454583AD23B}. It is defined in vsshlids.h and vsshell80.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.