DslDirectiveProcessorBase.LoadDiagramData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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