MergeElementGroupEventArgs.TargetElement 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 target element that will serve as the parent element of the reconstituted elements.
public:
property Microsoft::VisualStudio::Modeling::ModelElement ^ TargetElement { Microsoft::VisualStudio::Modeling::ModelElement ^ get(); };
public Microsoft.VisualStudio.Modeling.ModelElement TargetElement { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TargetElement : Microsoft.VisualStudio.Modeling.ModelElement
Public ReadOnly Property TargetElement As ModelElement
Property Value
The target element that will serve as the parent element of the reconstituted elements.
- Attributes