ElementOperations.MergeElementGroupPrototype 方法

用指定的目标 ModelElement 合并源 ModelElement Merges ElementGroupPrototype。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

语法

声明
Public Overridable Sub MergeElementGroupPrototype ( _
    targetElement As ModelElement, _
    elementGroupPrototype As ElementGroupPrototype _
)
public virtual void MergeElementGroupPrototype(
    ModelElement targetElement,
    ElementGroupPrototype elementGroupPrototype
)

参数

备注

此方法执行以下操作:(1) 重建从 ElementGroupPrototype 的元素,具体 OnElementsReconstituted 调用提供任何 ElementOperations 派生的类机会挂钩自定义处理,(3) 称为目标元素的 MergeRelate 每个重建的根元素的虚方法可以提供目标可以连接到根元素本身,(4) 调用中重建的根元素的虚拟方法 MergeConfigure 在调用之后 MergeRelate 提供根元素可以配置和 OnMerged (5) 调用提供任何 ElementOperations 派生的类可以挂钩自定义操作。

.NET Framework 安全性

请参阅

参考

ElementOperations 类

Microsoft.VisualStudio.Modeling 命名空间