ConnectorMapHasDecoratorMaps.DiagramElementMap 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.
Gets the element playing ConnectorMap domain role. Decorator maps defined by the diagram element map.
public:
property Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementMap ^ DiagramElementMap { Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementMap ^ get(); void set(Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementMap ^ value); };
public override sealed Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap DiagramElementMap { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.DiagramElementMap : Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap with get, set
Public Overrides NotOverridable Property DiagramElementMap As DiagramElementMap
Property Value
- Attributes