Compartilhar via


Método IElementPartitionMapper.EndMapping

Notificação de que o argumento ElementGroupHydrator terminou com a recomposição de elementos e não farão qualquer resolução de partição mais solicitações.Uma oportunidade para subdividir qualquer estado por hidratação.

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

Sintaxe

'Declaração
Sub EndMapping ( _
    groupPrototype As ElementGroupPrototype, _
    mergePartition As Partition, _
    cookie As Object _
)
void EndMapping(
    ElementGroupPrototype groupPrototype,
    Partition mergePartition,
    Object cookie
)

Parâmetros

  • cookie
    Tipo: System.Object
    O objeto retornado pelo mapeador partição quando BeginMapping foi chamado.Pode ser null se não usado.

Segurança do .NET Framework

Consulte também

Referência

IElementPartitionMapper Interface

Namespace Microsoft.VisualStudio.Modeling