IElementPartitionMapper.EndMapping Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void EndMapping(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ groupPrototype, Microsoft::VisualStudio::Modeling::Partition ^ mergePartition, System::Object ^ cookie);
public void EndMapping (Microsoft.VisualStudio.Modeling.ElementGroupPrototype groupPrototype, Microsoft.VisualStudio.Modeling.Partition mergePartition, object cookie);
abstract member EndMapping : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.Partition * obj -> unit
Public Sub EndMapping (groupPrototype As ElementGroupPrototype, mergePartition As Partition, cookie As Object)
Parameters
- groupPrototype
- ElementGroupPrototype
The ElementGroupPrototype that is being, or is to be, reconstituted
- mergePartition
- Partition
The merge target partition. Not necessarily where the elements will be reconstituted.
- cookie
- Object
The object returned by this partition mapper when BeginMapping was called. Can be null if not used.