Share via


VSDiagramViewSite.DesignMode Property

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

Syntax

'Declaration
Public ReadOnly Property DesignMode As Boolean
'Usage
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

.NET Framework Security

See Also

Reference

VSDiagramViewSite Class

VSDiagramViewSite Members

Microsoft.VisualStudio.Modeling.Shell Namespace