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
'Declaración
Public ReadOnly Property TargetElement As ModelElement
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.