ModelElement.CanMerge 方法

验证源元素是否能向该组件。

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

语法

声明
Protected Overridable Function CanMerge ( _
    rootElement As ProtoElementBase, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
protected virtual bool CanMerge(
    ProtoElementBase rootElement,
    ElementGroupPrototype elementGroupPrototype
)

参数

返回值

类型:System.Boolean
,如果 ProtoElement 表示的源元素可以添加到此目标元素,则为 true;否则,错误。

备注

接受扩展合并,或扩展准备合并的任何其他元素

.NET Framework 安全性

请参见

参考

ModelElement 类

Microsoft.VisualStudio.Modeling 命名空间