DesignSurfaceElementOperations.Merge Method (PresentationElement, IDataObject, PointF)
Merges (i.e., pastes or drops) the ElementGroupPrototype from the IDataObject to the target ModelElement.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Sub Merge ( _
targetElement As PresentationElement, _
data As IDataObject, _
mergePosition As PointF _
)
public void Merge(
PresentationElement targetElement,
IDataObject data,
PointF mergePosition
)
public:
void Merge(
PresentationElement^ targetElement,
IDataObject^ data,
PointF mergePosition
)
member Merge :
targetElement:PresentationElement *
data:IDataObject *
mergePosition:PointF -> unit
public function Merge(
targetElement : PresentationElement,
data : IDataObject,
mergePosition : PointF
)
Parameters
targetElement
Type: Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementThe ModelElement that is the target for the ElementGroupPrototype.
data
Type: IDataObjectThe IDataObject potentially containing the ElementGroupPrototype.
mergePosition
Type: PointFlocation to which the the element should be merged
.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.