Share via


MergeElementGroupEventArgs.TargetElement Property

Gets the target element that will serve as the parent element of the reconstituted elements.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property TargetElement As ModelElement
public ModelElement TargetElement { get; }
public:
property ModelElement^ TargetElement {
    ModelElement^ get ();
}
member TargetElement : ModelElement
function get TargetElement () : ModelElement

Property Value

Type: Microsoft.VisualStudio.Modeling.ModelElement

.NET Framework Security

See Also

Reference

MergeElementGroupEventArgs Class

Microsoft.VisualStudio.Modeling Namespace