Udostępnij za pośrednictwem


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.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

  • cookie
    Type: System.Object
    The object returned by this partition mapper when BeginMapping was called. Can be null if not used.

.NET Framework Security

See Also

Reference

IElementPartitionMapper Interface

Microsoft.VisualStudio.Modeling Namespace