ElementGroupPrototype.CreateElementGroup Method (Store)
Create a clone of the progenitor element group
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Function CreateElementGroup ( _
store As Store _
) As ElementGroup
public ElementGroup CreateElementGroup(
Store store
)
public:
ElementGroup^ CreateElementGroup(
Store^ store
)
member CreateElementGroup :
store:Store -> ElementGroup
public function CreateElementGroup(
store : Store
) : ElementGroup
Parameters
store
Type: Microsoft.VisualStudio.Modeling.StoreThe store in which to create the clone
Return Value
Type: Microsoft.VisualStudio.Modeling.ElementGroup
The clone element group
.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.