UIContextGuids80.CodeWindow Field

Definition

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

public: System::String ^ CodeWindow;
std::wstring CodeWindow;
public const string CodeWindow;
val mutable CodeWindow : string
Public Const CodeWindow As String 

Field Value

Remarks

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.

Applies to