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.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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.ElementGroupPrototype
The ElementGroupPrototype that is being, or is to be, reconstituted
- mergePartition
Type: Microsoft.VisualStudio.Modeling.Partition
The merge target partition. Not necessarily where the elements will be reconstituted.
- cookie
Type: System.Object
The 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.