ProtoLink.ReconstituteObject(Dictionary<Guid,Guid>, Partition) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在指定的存储中重新创建 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
要重建元素组的目标分区。