ModelingPartitionMapper.FindPartitions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定用于合并指定 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
合并目标的分区
返回
一个值占位符,其中包含对模型和关系图分区的引用。