ProtoLink.ReconstituteObject(Dictionary<Guid,Guid>, Partition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.