IElementPartitionMapper.EndMapping Method
Notification that the ElementGroupHydrator argument has finished reconstituting elements and will not be making any more partition resolution requests. An opportunity to tear down any per-hydration state.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Sub EndMapping ( _
groupPrototype As ElementGroupPrototype, _
mergePartition As Partition, _
cookie As Object _
)
void EndMapping(
ElementGroupPrototype groupPrototype,
Partition mergePartition,
Object cookie
)
void EndMapping(
ElementGroupPrototype^ groupPrototype,
Partition^ mergePartition,
Object^ cookie
)
abstract EndMapping :
groupPrototype:ElementGroupPrototype *
mergePartition:Partition *
cookie:Object -> unit
function EndMapping(
groupPrototype : ElementGroupPrototype,
mergePartition : Partition,
cookie : Object
)
Parameters
groupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototypeThe ElementGroupPrototype that is being, or is to be, reconstituted
mergePartition
Type: Microsoft.VisualStudio.Modeling.PartitionThe merge target partition. Not necessarily where the elements will be reconstituted.
cookie
Type: System.ObjectThe object returned by this partition mapper when BeginMapping was called. Can be null if not used.
.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.