Freigeben über


ProtoGroup.ReconstituteGroup-Methode

Erstellen Sie einen Klon des Vorfahrs ElementGroup diesen Prototyp erstellt, die mit der angegebenen Partition zugeordnet ist.

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

Syntax

'Declaration
Public Function ReconstituteGroup ( _
    idDictionary As Dictionary(Of Guid, Guid), _
    partition As Partition _
) As ElementGroup
public ElementGroup ReconstituteGroup(
    Dictionary<Guid, Guid> idDictionary,
    Partition partition
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.ElementGroup
Der Klon

Hinweise

Diese Methode geht davon aus, dass die Klon ElementLinks Elemente und die bereits erstellt wurden.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProtoGroup Klasse

Microsoft.VisualStudio.Modeling-Namespace