Expand Minimize
This topic has not yet been rated - Rate this topic

VSConstants.UICONTEXT_Debugging Field

Specifies The UI context for debugging mode.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
public static readonly Guid UICONTEXT_Debugging

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.