ModelingDocData.CreatePartitionMapper Method

Definition

Factory method to create the partition mapper responsible for mapping elements to the correct partitions of the store owned by this ModelingDocData when ElementGroupPrototypes are reconstituted.

protected:
 virtual Microsoft::VisualStudio::Modeling::IElementPartitionMapper ^ CreatePartitionMapper();
protected virtual Microsoft.VisualStudio.Modeling.IElementPartitionMapper CreatePartitionMapper ();
abstract member CreatePartitionMapper : unit -> Microsoft.VisualStudio.Modeling.IElementPartitionMapper
override this.CreatePartitionMapper : unit -> Microsoft.VisualStudio.Modeling.IElementPartitionMapper
Protected Overridable Function CreatePartitionMapper () As IElementPartitionMapper

Returns

An IElementPartitionMapper implementing the correct ProtoElement -> Partition mappings for this DocData

Applies to