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
'Usage
Dim value As String
value = UIContextGuids.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.