ModelingDocData.CreatePartitionMapper 方法

定义

工厂方法,用于创建在重建 ElementGroupPrototypes 时负责将元素映射到此 ModelingDocData 所拥有的正确分区的分区映射器。

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

返回

IElementPartitionMapper

为此 DocData 实现正确的 ProtoElement > 映射的 IElementPartitionMapper

适用于