ElementOperations::CanMergeElementGroupPrototype Method (ModelElement^, ElementGroupPrototype^)

 

Returns a value indicating whether MergeElementGroupPrototype can be performed.

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

public:
virtual bool CanMergeElementGroupPrototype(
	ModelElement^ targetElement,
	ElementGroupPrototype^ elementGroupPrototype
)

Parameters

targetElement
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The ModelElement that will serve as the target for the reconstituted elements from the ElementGroupPrototype.

elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling::ElementGroupPrototype^

The ElementGroupPrototype that will be reconstituted in the target element's store.

Return Value

Type: System::Boolean

A value indicating whether MergeElementGroupPrototype can be performed.

Return to top
Show: