UIContextGuids80.WindowsFormsDesigner Field

Specifies a context in which the Windows Forms designer has focus.

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

Syntax

‘선언
Public Const WindowsFormsDesigner As String
‘사용 방법
Dim value As String

value = UIContextGuids80.WindowsFormsDesigner
public const string WindowsFormsDesigner
public:
literal String^ WindowsFormsDesigner
static val mutable WindowsFormsDesigner: string
public const var WindowsFormsDesigner : String

Remarks

This context becomes active whenever the Windows Forms designer is opened and has focus. This context becomes inactive when the Windows Forms designer is closed or another editor window takes focus.

The GUID for this project is: {BA09E2AF-9DF2-4068-B2F0-4C7E5CC19E2F}.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace