ModelingPartitionMapper.FindPartitions Method
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.
Determine the correct model and diagram partitions for a merge of the specified ElementGroupPrototype
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
Parameters
- groupPrototype
- ElementGroupPrototype
The EGP being merged, or tested for mergability
- targetPartition
- Partition
The partition of the merge target
Returns
A value holder containing references to the model and diagram partitions.