IMergeElements.MergeConfigure(ElementGroup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.