Share via


ElementOperations.CanMergeElementGroupPrototype Method (ModelElement, ElementGroupPrototype)

Returns a value indicating whether MergeElementGroupPrototype can be performed.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Overridable Function CanMergeElementGroupPrototype ( _
    targetElement As ModelElement, _
    elementGroupPrototype As ElementGroupPrototype _
) As Boolean
public virtual bool CanMergeElementGroupPrototype(
    ModelElement targetElement,
    ElementGroupPrototype elementGroupPrototype
)
public:
virtual bool CanMergeElementGroupPrototype(
    ModelElement^ targetElement, 
    ElementGroupPrototype^ elementGroupPrototype
)
abstract CanMergeElementGroupPrototype : 
        targetElement:ModelElement * 
        elementGroupPrototype:ElementGroupPrototype -> bool 
override CanMergeElementGroupPrototype : 
        targetElement:ModelElement * 
        elementGroupPrototype:ElementGroupPrototype -> bool 
public function CanMergeElementGroupPrototype(
    targetElement : ModelElement, 
    elementGroupPrototype : ElementGroupPrototype
) : boolean

Parameters

Return Value

Type: System.Boolean
A value indicating whether MergeElementGroupPrototype can be performed.

.NET Framework Security

See Also

Reference

ElementOperations Class

CanMergeElementGroupPrototype Overload

Microsoft.VisualStudio.Modeling Namespace