UIContextGuids100.Debugging Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies a context in which debugging is active.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Public Const Debugging As String
'Usage
Dim value As String

value = UIContextGuids100.Debugging
public const string Debugging
public:
literal String^ Debugging
static val mutable Debugging: string
public const var Debugging : String

Remarks

This context becomes active when the user initiates debugging, typically by pressing F5 or selecting Start from the Debug menu. This context also becomes active when an exception is caught and the user elects to debug it in Visual Studio.

The GUID for this context is: {ADFC4E61-0397-11D1-9F4E-00A0C911004F}. It is defined in vsshlids.h and vsshell.h.

.NET Framework Security

See Also

Reference

UIContextGuids100 Class

UIContextGuids100 Members

Microsoft.VisualStudio.Shell.Interop Namespace