IMergeElements.CanMerge 方法

指示源元素是否能向该组件。

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

语法

声明
Function CanMerge ( _
    rootElement As ProtoElementBase, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
bool CanMerge(
    ProtoElementBase rootElement,
    ElementGroupPrototype elementGroupPrototype
)

参数

返回值

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

备注

源元素由指定的根 ProtoElement表示。

如果 rootElement 是 nullnull 引用(在 Visual Basic 中为 Nothing), ElementGroupPrototype 不包含一个 ProtoElements 属性值,代码应检查 ElementGroupPrototype 上下文信息。

.NET Framework 安全性

请参见

参考

IMergeElements 接口

Microsoft.VisualStudio.Modeling 命名空间