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