ElementOperations::Merge Method (ModelElement^, IDataObject^)

 

Merges (i.e., pastes or drops) the ElementGroupPrototype from the IDataObject to the target ModelElement.

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

public:
virtual void Merge(
	ModelElement^ targetElement,
	IDataObject^ data
)

Parameters

targetElement
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The ModelElement that is the target for the ElementGroupPrototype.

data
Type: System.Windows.Forms::IDataObject^

The IDataObject potentially containing the ElementGroupPrototype.

Return to top
Show: