Udostępnij za pośrednictwem


PresentationElement.MergeRelate(ModelElement, ElementGroup) Method

Definition

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

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

Parameters

sourceElement
ModelElement
elementGroup
ElementGroup

Applies to