Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.PresentationElement
The ModelElement that is the target for the ElementGroupPrototype.
- data
Type: System.Windows.Forms.IDataObject
The IDataObject potentially containing the ElementGroupPrototype.
- mergePosition
Type: System.Drawing.PointF
location 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.