Share via


ElementGroupPrototype Constructor (Partition, Guid)

Constructor for taking a rool domain class Id. This is used to determine whether an element can be merged under an parent element.

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

Syntax

'Declaration
Public Sub New ( _
    partition As Partition, _
    rootElementDomainClassId As Guid _
)
public ElementGroupPrototype(
    Partition partition,
    Guid rootElementDomainClassId
)
public:
ElementGroupPrototype(
    Partition^ partition, 
    Guid rootElementDomainClassId
)
new : 
        partition:Partition * 
        rootElementDomainClassId:Guid -> ElementGroupPrototype
public function ElementGroupPrototype(
    partition : Partition, 
    rootElementDomainClassId : Guid
)

Parameters

  • rootElementDomainClassId
    Type: Guid

    represents domain class Id of the single root element

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Overload

Microsoft.VisualStudio.Modeling Namespace