The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
VSConstants::UICONTEXT_CodeWindow Field
Specifies a UI context in which the code window is active.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
A successful call to GetCmdUIContextCookie with UICONTEXT_CodeWindow 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_CodeWindow) may be retrieved with a call to OnCmdUIContextChanged.
This method is not valid, and will return E_FAIL, when the IDE is in Command Line Mode.
- 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.
Show: