PresentationElement.MergeConfigure(ElementGroup) Method

Definition

PresentationElements should not override MergeConfigure() because it will not be called on PELs during Merge. Instead, PELs should use the view fixup overrides.

protected:
 override void MergeConfigure(Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
protected override sealed void MergeConfigure (Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
override this.MergeConfigure : Microsoft.VisualStudio.Modeling.ElementGroup -> unit
Protected Overrides NotOverridable Sub MergeConfigure (elementGroup As ElementGroup)

Parameters

elementGroup
ElementGroup

The group of source ModelElements that have been rehydrated into the target store.

Applies to