ModelingDocData.CreatePartitionMapper 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
工厂方法,用于创建在重建 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
返回
为此 DocData 实现正确的 ProtoElement > 映射的 IElementPartitionMapper