MergeDiagramElementMapEventArgs.DiagramElement 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.
The element that will play the target in this map
public:
property Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^ DiagramElement { Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^ get(); void set(Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^ value); };
public Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement DiagramElement { get; set; }
member this.DiagramElement : Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement with get, set
Public Property DiagramElement As DiagramElement