ElementOperations::CanMergeElementGroupPrototype Method (ModelElement^, ElementGroupPrototype^)
Visual Studio 2015
Returns a value indicating whether MergeElementGroupPrototype can be performed.
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::BooleanA value indicating whether MergeElementGroupPrototype can be performed.
Show: