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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
ElementGroupPrototype(
	Partition^ partition,
	Guid rootElementDomainClassId
)

Parameters

partition
Type: Microsoft.VisualStudio.Modeling::Partition^

partition this rootElementDomainClassId resides

rootElementDomainClassId
Type: System::Guid

represents domain class Id of the single root element

Return to top
Show: