Freigeben über


ContextGuids.vsContextGuidNotBuildingAndNotDebugging-Feld

Stellt dar, ob die integrierte Entwicklungsumgebung (IDE) weder Code erstellt noch debuggt.

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

Syntax

'Declaration
Public Const vsContextGuidNotBuildingAndNotDebugging As String
public const string vsContextGuidNotBuildingAndNotDebugging
public:
literal String^ vsContextGuidNotBuildingAndNotDebugging
static val mutable vsContextGuidNotBuildingAndNotDebugging: string
public const var vsContextGuidNotBuildingAndNotDebugging : 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