Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
partition
Type: Microsoft.VisualStudio.Modeling.Partitionpartition this rootElementDomainClassId resides
rootElementDomainClassId
Type: Guidrepresents domain class Id of the single root element
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.