ModelingPartitionMapper.FindPartitions 方法

定义

确定用于合并指定 Elementgroupprototype 创建 elementgroup 的正确的模型和关系图分区

protected:
 virtual Microsoft::VisualStudio::Modeling::Shell::ModelingPartitionMapper::PartitionMappings ^ FindPartitions(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ groupPrototype, Microsoft::VisualStudio::Modeling::Partition ^ targetPartition);
protected virtual Microsoft.VisualStudio.Modeling.Shell.ModelingPartitionMapper.PartitionMappings FindPartitions (Microsoft.VisualStudio.Modeling.ElementGroupPrototype groupPrototype, Microsoft.VisualStudio.Modeling.Partition targetPartition);
abstract member FindPartitions : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.Shell.ModelingPartitionMapper.PartitionMappings
override this.FindPartitions : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.Shell.ModelingPartitionMapper.PartitionMappings
Protected Overridable Function FindPartitions (groupPrototype As ElementGroupPrototype, targetPartition As Partition) As ModelingPartitionMapper.PartitionMappings

参数

groupPrototype
ElementGroupPrototype

要合并或测试的 EGP mergability

targetPartition
Partition

合并目标的分区

返回

ModelingPartitionMapper.PartitionMappings

一个值占位符,其中包含对模型和关系图分区的引用。

适用于