Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub New ( _
partition As Partition, _
rootElementDomainClassId As Guid _
)
'使用
Dim partition As Partition
Dim rootElementDomainClassId As Guid
Dim instance As New ElementGroupPrototype(partition, _
rootElementDomainClassId)
public ElementGroupPrototype(
Partition partition,
Guid rootElementDomainClassId
)
public:
ElementGroupPrototype(
Partition^ partition,
Guid rootElementDomainClassId
)
public function ElementGroupPrototype(
partition : Partition,
rootElementDomainClassId : Guid
)
Parameters
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
- rootElementDomainClassId
Type: System.Guid
Permissions
- 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.