VSConstants.UICONTEXT_Debugging Field

Specifies that UI context is the switch to a debugging window.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Shared ReadOnly UICONTEXT_Debugging As Guid
'Usage
Dim value As Guid 

value = VSConstants.UICONTEXT_Debugging
public static readonly Guid UICONTEXT_Debugging
public:
static initonly Guid UICONTEXT_Debugging
public static final var UICONTEXT_Debugging : Guid

Remarks

Packages may define a command that is associated with a change in UI context. Use UICONTEXT_Debugging to return the GUID of the command associated with this UI state. In this case the UI context is the switch to a debugging window. A successful call to GetCmdUIContextCookie with UICONTEXT_Debugging as the first parameter returns the GUID value of the command UI context associated with this specific UI state.

The new UI context (which in this case is UICONTEXT_Debugging) may be retrieved with a call to OnCmdUIContextChanged.

This method is not valid (will return E_FAIL) when the IDE is in Command Line Mode.

.NET Framework Security

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

IVsMonitorSelection

Other Resources

IDE Constants