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)

Syntax

'Declaration
Public Const CodeWindow As String
'Usage
Dim value As String 

value = UIContextGuids80.CodeWindow
public const string CodeWindow
public:
literal String^ CodeWindow
public const var CodeWindow : String

Remarks

This context becomes active when a code window is switch to. When a code window is switched away from, 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 .ctc file label for this context is UICONTEXT_CodeWindow. See VISIBILITY_SECTION – VISIBILITY_END for details.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace