ModelingPackage.DesignTimeRunMode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

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

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

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