UIContextGuids::CodeWindow Field

 

Specifies a context in which a code window currently has focus.

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

public:
literal String^ CodeWindow

Field Value

Type: System::String^

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.

Return to top
Show: