Share via


UIContextGuids.DesignMode Field

Specifies a context where the editor is in design mode.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

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

value = UIContextGuids.DesignMode
public const string DesignMode
public:
literal String^ DesignMode
public const var DesignMode : String

Remarks

This context is active all of the time except during debugging.

The .ctc file label for this context is UICONTEXT_DesignMode. See VISIBILITY_SECTION – VISIBILITY_END for details.

.NET Framework Security

See Also

Reference

UIContextGuids Class

UIContextGuids Members

Microsoft.VisualStudio.Shell.Interop Namespace