共用方式為


ElementOperations.CanMergeElementGroupPrototype 方法 (ModelElement, ProtoElementBase, ElementGroupPrototype)

取得值,指出是否可以指定特定的升降機和項目群組原型執行 MergeElementGroupPrototype。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Protected Friend Overridable Function CanMergeElementGroupPrototype ( _
    targetElement As ModelElement, _
    toMergeProtoElement As ProtoElementBase, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
protected internal virtual bool CanMergeElementGroupPrototype(
    ModelElement targetElement,
    ProtoElementBase toMergeProtoElement,
    ElementGroupPrototype elementGroupPrototype
)

參數

  • toMergeProtoElement
    型別:Microsoft.VisualStudio.Modeling.ProtoElementBase
    根 ProtoElement ElementGroupPrototype 中,當重新建置,會成為合併至目標項目。這個參數可以是 null,在此情況下的 ElementGroupPrototype 不包含任何的 ProtoElements。

傳回值

型別:System.Boolean
值,指出是否可以指定特定目標和子執行 MergeElementGroupPrototype。

備註

CanMergeElementGroupPrototype 處理程序會呼叫這個多載來決定是否目標項目或目標的相關模型項目 (是否有的話) 的 ElementGroupPrototype 中的 ProtoElement 可以做為目標的 ProtoElement 所代表的項目每一個根。

.NET Framework 安全性

請參閱

參考

ElementOperations 類別

CanMergeElementGroupPrototype 多載

Microsoft.VisualStudio.Modeling 命名空間