ProtoGroup.ReconstituteGroup Method

Create a clone of this prototype's progenitor ElementGroup associated with the specified partition.

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

Syntax

声明
Public Function ReconstituteGroup ( _
    idDictionary As Dictionary(Of Guid, Guid), _
    partition As Partition _
) As ElementGroup
public ElementGroup ReconstituteGroup(
    Dictionary<Guid, Guid> idDictionary,
    Partition partition
)
public:
ElementGroup^ ReconstituteGroup(
    Dictionary<Guid, Guid>^ idDictionary, 
    Partition^ partition
)
member ReconstituteGroup : 
        idDictionary:Dictionary<Guid, Guid> * 
        partition:Partition -> ElementGroup 
public function ReconstituteGroup(
    idDictionary : Dictionary<Guid, Guid>, 
    partition : Partition
) : ElementGroup

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ElementGroup
The clone

Remarks

This method assumes that the clone Elements and ElementLinks have already been created.

.NET Framework Security

See Also

Reference

ProtoGroup Class

Microsoft.VisualStudio.Modeling Namespace