ElementGroupPrototype.CreateElementGroup Method (Partition)

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

Syntax

'宣言
Public Function CreateElementGroup ( _
    partition As Partition _
) As ElementGroup
'使用
Dim instance As ElementGroupPrototype
Dim partition As Partition
Dim returnValue As ElementGroup

returnValue = instance.CreateElementGroup(partition)
public ElementGroup CreateElementGroup(
    Partition partition
)
public:
ElementGroup^ CreateElementGroup(
    Partition^ partition
)
public function CreateElementGroup(
    partition : Partition
) : ElementGroup

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ElementGroup

Permissions

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Members

CreateElementGroup Overload

Microsoft.VisualStudio.Modeling Namespace