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
)
參數
- targetElement
型別:Microsoft.VisualStudio.Modeling.ModelElement
要做為目標的 reconstituted 項目,從 ElementGroupPrototype ModelElement。
- toMergeProtoElement
型別:Microsoft.VisualStudio.Modeling.ProtoElementBase
根 ProtoElement ElementGroupPrototype 中,當重新建置,會成為合併至目標項目。這個參數可以是 null,在此情況下的 ElementGroupPrototype 不包含任何的 ProtoElements。
- elementGroupPrototype
型別:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
包含根 ProtoElements ElementGroupPrototype。
傳回值
型別:System.Boolean
值,指出是否可以指定特定目標和子執行 MergeElementGroupPrototype。
備註
CanMergeElementGroupPrototype 處理程序會呼叫這個多載來決定是否目標項目或目標的相關模型項目 (是否有的話) 的 ElementGroupPrototype 中的 ProtoElement 可以做為目標的 ProtoElement 所代表的項目每一個根。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。