Share via


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

Syntax

'Declaration
Sub MergeConfigure ( _
    elementGroup As ElementGroup _
)
void MergeConfigure(
    ElementGroup elementGroup
)
void MergeConfigure(
    ElementGroup^ elementGroup
)
abstract MergeConfigure : 
        elementGroup:ElementGroup -> unit 
function MergeConfigure(
    elementGroup : ElementGroup
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IMergeElements Interface

Microsoft.VisualStudio.Modeling Namespace