Share via


ProtoLink.ReconstituteObject(Dictionary<Guid,Guid>, Partition) Method

Definition

Recreate the ElementLink in the indicated store

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

Parameters

idDictionary
Dictionary<Guid,Guid>

Map from original ModelElement ID's to new ModelElement ID's

partition
Partition

The target partition where the element group is being reconstituted.

Returns

Applies to