PresentationElement.MergeConfigure Method

Not used for presentation elements.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overrides NotOverridable Sub MergeConfigure ( _
    elementGroup As ElementGroup _
)
protected override sealed void MergeConfigure(
    ElementGroup elementGroup
)
protected:
virtual void MergeConfigure(
    ElementGroup^ elementGroup
) override sealed
abstract MergeConfigure : 
        elementGroup:ElementGroup -> unit  
override MergeConfigure : 
        elementGroup:ElementGroup -> unit
protected override final function MergeConfigure(
    elementGroup : ElementGroup
)

Parameters

Remarks

This method is not called for presentation elements during a merge. For more information about

.NET Framework Security

See Also

Reference

PresentationElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace

FixUpChildShapes

OnBoundsFixup

OnShapeInserted