IMergeElements.MergeConfigure Method

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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Sub MergeConfigure ( _
    elementGroup As ElementGroup _
)
'使用
Dim instance As IMergeElements
Dim elementGroup As ElementGroup

instance.MergeConfigure(elementGroup)
void MergeConfigure(
    ElementGroup elementGroup
)
void MergeConfigure(
    ElementGroup^ elementGroup
)
function MergeConfigure(
    elementGroup : ElementGroup
)

Parameters

Remarks

This is 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.

The ElementGroupPrototypeSourceContext and TargetContext bags are available in the top-level transaction Context bag when this method is invoked.

The base method on the interface does nothing.

Permissions

See Also

Reference

IMergeElements Interface

IMergeElements Members

Microsoft.VisualStudio.Modeling Namespace