UIContextGuids80.NotBuildingAndNotDebugging Field

Specifies a context in which the solution 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

‘선언
Public Const NotBuildingAndNotDebugging As String
‘사용 방법
Dim value As String

value = UIContextGuids80.NotBuildingAndNotDebugging
public const string NotBuildingAndNotDebugging
public:
literal String^ NotBuildingAndNotDebugging
static val mutable NotBuildingAndNotDebugging: string
public const var NotBuildingAndNotDebugging : String

Remarks

This context is always active except during builds and debugging. This context is active even when a solution is not loaded.

The GUID for this context is: {48EA4A80-F14E-4107-88FA-8D0016F30B9C}. It is defined in vsshlids.h and vsshell.h.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace