ElementOperations::ChooseMergeTarget Method (ModelElement^, ElementGroupPrototype^)
Visual Studio 2015
Gets the target element for the merge, given the proposed targetElement. This gives the ElementOperations the chance to change the intended target for the merge. By default, this method will give the target element the chance to change the intended target.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: virtual ModelElement^ ChooseMergeTarget( ModelElement^ proposedTargetElement, ElementGroupPrototype^ elementGroupPrototype )
Parameters
- proposedTargetElement
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
The proposed target element for the merge.
- elementGroupPrototype
-
Type:
Microsoft.VisualStudio.Modeling::ElementGroupPrototype^
The ElementGroupPrototype that will be reconstituted in the target's store during the merge.
Show: