ProtoLink.ReconstituteObject(Dictionary<Guid,Guid>, Partition) 方法

定义

在指定的存储中重新创建 ElementLink

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

参数

idDictionary
Dictionary<Guid,Guid>

从原始 ModelElement ID 到新 ModelElement ID 的映射

partition
Partition

要重建元素组的目标分区。

返回

ModelElement

适用于