Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recreate the ElementLink in the indicated store
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Overrides Function ReconstituteObject ( _
idDictionary As Dictionary(Of Guid, Guid), _
partition As Partition _
) As ModelElement
public override ModelElement ReconstituteObject(
Dictionary<Guid, Guid> idDictionary,
Partition partition
)
public:
virtual ModelElement^ ReconstituteObject(
Dictionary<Guid, Guid>^ idDictionary,
Partition^ partition
) override
abstract ReconstituteObject :
idDictionary:Dictionary<Guid, Guid> *
partition:Partition -> ModelElement
override ReconstituteObject :
idDictionary:Dictionary<Guid, Guid> *
partition:Partition -> ModelElement
public override function ReconstituteObject(
idDictionary : Dictionary<Guid, Guid>,
partition : Partition
) : ModelElement
Parameters
- idDictionary
Type: System.Collections.Generic.Dictionary<Guid, Guid>
Map from original ModelElement ID's to new ModelElement ID's
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
The target partition where the element group is being reconstituted.
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.