Share via


ModelingPackage.DesignTimeRunMode Property

Gets the modeling package and verifies whether the generated designer for the domain-specific language is running in debug mode.

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

Syntax

'Declaration
Protected ReadOnly Property DesignTimeRunMode As Boolean
'Usage
Dim value As Boolean 

value = Me.DesignTimeRunMode
protected bool DesignTimeRunMode { get; }
protected:
property bool DesignTimeRunMode {
    bool get ();
}
protected function get DesignTimeRunMode () : boolean

Property Value

Type: System.Boolean
true if the generated designer is in debug mode; otherwise, false.

.NET Framework Security

See Also

Reference

ModelingPackage Class

ModelingPackage Members

Microsoft.VisualStudio.Modeling.Shell Namespace