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
'Declaration
Public Const NotBuildingAndNotDebugging As String
'Usage
Dim value As String
value = UIContextGuids80.NotBuildingAndNotDebugging
public const string NotBuildingAndNotDebugging
public:
literal String^ NotBuildingAndNotDebugging
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 .ctc file label for this context is UICONTEXT_NotBuildingAndNotDebugging. See VISIBILITY_SECTION – VISIBILITY_END for details.
.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.