Share via


ElementGroupPrototype.CanCreateElementGroup Method (Partition)

Can this prototype element group create a clone of the progenitor element group in the indicated partition?

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

Syntax

'Declaration
Public Function CanCreateElementGroup ( _
    partition As Partition _
) As Boolean
public bool CanCreateElementGroup(
    Partition partition
)
public:
bool CanCreateElementGroup(
    Partition^ partition
)
member CanCreateElementGroup : 
        partition:Partition -> bool 
public function CanCreateElementGroup(
    partition : Partition
) : boolean

Parameters

Return Value

Type: System.Boolean
Whether the clone can be created

Remarks

This is a two part check: (1) Is the input stores version the same or later than the progenitor store's version (2) Are all the ___domain classes required to create the Elements and ElementLinks present in the store

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

CanCreateElementGroup Overload

Microsoft.VisualStudio.Modeling Namespace