UIContextGuids::CodeWindow Field
Visual Studio 2015
Specifies a context in which a code window currently has focus.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
This context becomes active when the user switches to a code window. When the user switches away from a code window, this context becomes inactive. A code window is typically an editor window showing source code, as opposed to a designer window such as the Windows Forms designer.
The GUID for this context is: {8FE2DF1D-E0DA-4EBE-9D5C-415D40E487B5}. It is defined in vsshlids.h and vsshell.h.
Show: