VSDiagramViewSite.DesignMode Property

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public ReadOnly Property DesignMode As Boolean
'使用
Dim instance As VSDiagramViewSite
Dim value As Boolean

value = instance.DesignMode
public bool DesignMode { get; }
public:
virtual property bool DesignMode {
    bool get () sealed;
}
public final function get DesignMode () : boolean

Property Value

Type: System.Boolean

Implements

ISite.DesignMode

Permissions

See Also

Reference

VSDiagramViewSite Class

VSDiagramViewSite Members

Microsoft.VisualStudio.Modeling.Shell Namespace