ModelElement.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.

protected:
 virtual void MergeConfigure(Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
protected virtual void MergeConfigure (Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
abstract member MergeConfigure : Microsoft.VisualStudio.Modeling.ElementGroup -> unit
override this.MergeConfigure : Microsoft.VisualStudio.Modeling.ElementGroup -> unit
Protected Overridable 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