DslDirectiveProcessorBase.LoadDiagramData Property

Definition

Property that indicates whether this directive processor needs access to diagram data as well as model data. Normally, this is not the case so the default value of this property is false. Derived classes may override this property to change the value.

protected:
 virtual property bool LoadDiagramData { bool get(); };
protected virtual bool LoadDiagramData { get; }
member this.LoadDiagramData : bool
Protected Overridable ReadOnly Property LoadDiagramData As Boolean

Property Value

Applies to