Freigeben über


ContextGuids.vsContextGuidSolutionExistsAndNotBuildingAndNotDebugging-Feld

Stellt dar, ob eine Projektmappe geladen ist, jedoch nicht erstellt oder debuggt wurde.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Public Const vsContextGuidSolutionExistsAndNotBuildingAndNotDebugging As String
public const string vsContextGuidSolutionExistsAndNotBuildingAndNotDebugging
public:
literal String^ vsContextGuidSolutionExistsAndNotBuildingAndNotDebugging
static val mutable vsContextGuidSolutionExistsAndNotBuildingAndNotDebugging: string
public const var vsContextGuidSolutionExistsAndNotBuildingAndNotDebugging : String

Hinweise

Viele Befehle werden nur angezeigt, wenn die zugehörigen Kontext-GUIDs aktiv sind. Einige Debugbefehle werden beispielsweise nur während des Debuggens von Code angezeigt. Wenn keiner der zugehörigen Kontexte aktiv ist, wird der Befehl nicht angezeigt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ContextGuids Klasse

EnvDTE80-Namespace