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
public const var NotBuildingAndNotDebugging : String

Field Value

Type: System.String

Remarks

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

The .ctc file label for this context is UICONTEXT_NotBuildingAndNotDebugging. See VISIBILITY_SECTION – VISIBILITY_END for details.

Permissions

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace