This member overrides ProtoElementBase.ReconstituteObject(Dictionary<Guid, Guid>, Partition).
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overrides Sub ReconstituteObject ( _
idDictionary As Dictionary(Of Guid, Guid), _
partition As Partition _
)
'使用
Dim instance As ProtoElement
Dim idDictionary As Dictionary(Of Guid, Guid)
Dim partition As Partition
instance.ReconstituteObject(idDictionary, _
partition)
public override void ReconstituteObject(
Dictionary<Guid, Guid> idDictionary,
Partition partition
)
public:
virtual void ReconstituteObject(
Dictionary<Guid, Guid>^ idDictionary,
Partition^ partition
) override
public override function ReconstituteObject(
idDictionary : Dictionary<Guid, Guid>,
partition : Partition
)
Parameters
- idDictionary
Type: System.Collections.Generic.Dictionary<Guid, Guid>
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
Permissions
- 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.