ProtoElementBase.ReconstituteObject(Dictionary<Guid,Guid>, Partition) Methode

Definition

Erstellt ein Element in der Partition mit denselben Attributen wie das Progenitor-Element.

public:
 virtual Microsoft::VisualStudio::Modeling::ModelElement ^ ReconstituteObject(System::Collections::Generic::Dictionary<Guid, Guid> ^ idDictionary, Microsoft::VisualStudio::Modeling::Partition ^ partition);
public virtual Microsoft.VisualStudio.Modeling.ModelElement ReconstituteObject (System.Collections.Generic.Dictionary<Guid,Guid> idDictionary, Microsoft.VisualStudio.Modeling.Partition partition);
abstract member ReconstituteObject : System.Collections.Generic.Dictionary<Guid, Guid> * Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.ModelElement
override this.ReconstituteObject : System.Collections.Generic.Dictionary<Guid, Guid> * Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.ModelElement
Public Overridable Function ReconstituteObject (idDictionary As Dictionary(Of Guid, Guid), partition As Partition) As ModelElement

Parameter

idDictionary
Dictionary<Guid,Guid>

Ordnen Sie die alten IDs den IDs zu, die Klone aufweisen sollten.

partition
Partition

Die Partition, in der der Klon erstellt werden soll.

Gibt zurück

ModelElement

Gilt für