Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub New ( _
group As ElementGroup, _
rootElements As IEnumerable(Of ModelElement) _
)
'使用
Dim group As ElementGroup
Dim rootElements As IEnumerable(Of ModelElement)
Dim instance As New ElementGroupPrototype(group, rootElements)
public ElementGroupPrototype(
ElementGroup group,
IEnumerable<ModelElement> rootElements
)
public:
ElementGroupPrototype(
ElementGroup^ group,
IEnumerable<ModelElement^>^ rootElements
)
public function ElementGroupPrototype(
group : ElementGroup,
rootElements : IEnumerable<ModelElement>
)
Parameters
- group
Type: Microsoft.VisualStudio.Modeling.ElementGroup
- rootElements
Type: System.Collections.Generic.IEnumerable<ModelElement>
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.