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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.