ModelingDocData.PartitionMapper Property
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.
The IElementPartitionMapper responsible for mapping elements to the correct partitions of the store owned by this ModelingDocData when ElementGroupPrototypes are reconstituted.
protected:
property Microsoft::VisualStudio::Modeling::IElementPartitionMapper ^ PartitionMapper { Microsoft::VisualStudio::Modeling::IElementPartitionMapper ^ get(); };
protected Microsoft.VisualStudio.Modeling.IElementPartitionMapper PartitionMapper { get; }
member this.PartitionMapper : Microsoft.VisualStudio.Modeling.IElementPartitionMapper
Protected ReadOnly Property PartitionMapper As IElementPartitionMapper