This topic has not yet been rated - Rate this topic

UIContextGuids80.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 const string CodeWindow

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.