Create a clone of the progenitor element group
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
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.Store
 The 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.