IMergeElements.MergeConfigure(ElementGroup) Method

Definition

Called by the Merge process to allow this model element to configure itself immediately after the Merge process has related it to the target element.

public:
 void MergeConfigure(Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
public void MergeConfigure (Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
abstract member MergeConfigure : Microsoft.VisualStudio.Modeling.ElementGroup -> unit
Public Sub MergeConfigure (elementGroup As ElementGroup)

Parameters

elementGroup
ElementGroup

The group of source ModelElements that have been rehydrated into the target store.

Remarks

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

Applies to