Share via


ModelingPartitionMapper.FindPartitions Method

Determine the correct model and diagram partitions for a merge of the specified ElementGroupPrototype

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
Protected Overridable Function FindPartitions ( _
    groupPrototype As ElementGroupPrototype, _
    targetPartition As Partition _
) As ModelingPartitionMapper..::..PartitionMappings
protected virtual ModelingPartitionMapper..::..PartitionMappings FindPartitions(
    ElementGroupPrototype groupPrototype,
    Partition targetPartition
)
protected:
virtual ModelingPartitionMapper..::..PartitionMappings^ FindPartitions(
    ElementGroupPrototype^ groupPrototype, 
    Partition^ targetPartition
)
abstract FindPartitions : 
        groupPrototype:ElementGroupPrototype * 
        targetPartition:Partition -> ModelingPartitionMapper..::..PartitionMappings 
override FindPartitions : 
        groupPrototype:ElementGroupPrototype * 
        targetPartition:Partition -> ModelingPartitionMapper..::..PartitionMappings 
protected function FindPartitions(
    groupPrototype : ElementGroupPrototype, 
    targetPartition : Partition
) : ModelingPartitionMapper..::..PartitionMappings

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Shell.ModelingPartitionMapper.PartitionMappings
A value holder containing references to the model and diagram partitions.

.NET Framework Security

See Also

Reference

ModelingPartitionMapper Class

Microsoft.VisualStudio.Modeling.Shell Namespace