Compartilhar via


Método ElementOperations.CanMergeElementGroupPrototype (ModelElement, ElementGroupPrototype)

Retorna um valor que indica se o MergeElementGroupPrototype pode ser executada.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
Public Overridable Function CanMergeElementGroupPrototype ( _
    targetElement As ModelElement, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
public virtual bool CanMergeElementGroupPrototype(
    ModelElement targetElement,
    ElementGroupPrototype elementGroupPrototype
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Um valor indicando se o MergeElementGroupPrototype pode ser executada.

Segurança do .NET Framework

Consulte também

Referência

ElementOperations Classe

Sobrecargas CanMergeElementGroupPrototype

Namespace Microsoft.VisualStudio.Modeling