IMergeElements::MergeConfigure Method (ElementGroup^)

 

Allows this model element to configure itself after the merge process has related it to the target element.

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

void MergeConfigure(
	ElementGroup^ elementGroup
)

Parameters

elementGroup
Type: Microsoft.VisualStudio.Modeling::ElementGroup^

The group of source elements that have been added back in to the target store.

Override this method to configure the element during the Merge process.

Return to top
Show: