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)

Syntax

'Declaration
Public Const CodeWindow As String
public const string CodeWindow
public:
literal String^ CodeWindow
static val mutable CodeWindow: string
public const var CodeWindow : String

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.

.NET Framework Security

See Also

Reference

UIContextGuids Class

Microsoft.VisualStudio.Shell.Interop Namespace