PresentationElement.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.
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.