Partilhar via


Método ModelingPartitionMapper.FindPartitions

Determinar as partições de diagrama e o modelo corretas para uma mesclagem do ElementGroupPrototype especificado

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Protected Overridable Function FindPartitions ( _
    groupPrototype As ElementGroupPrototype, _
    targetPartition As Partition _
) As ModelingPartitionMapper.PartitionMappings
protected virtual ModelingPartitionMapper.PartitionMappings FindPartitions(
    ElementGroupPrototype groupPrototype,
    Partition targetPartition
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.Shell.ModelingPartitionMapper.PartitionMappings
Um detentor de valor contendo referências para as partições e diagrama de modelo.

Segurança do .NET Framework

Consulte também

Referência

ModelingPartitionMapper Classe

Namespace Microsoft.VisualStudio.Modeling.Shell