IElementPartitionMapper.PartitionForElement (Método)

Determine la partición que se utilizará para reconstruir un elemento de prototipo

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Function PartitionForElement ( _
    groupPrototype As ElementGroupPrototype, _
    mergePartition As Partition, _
    protoElement As ProtoElement, _
    cookie As Object _
) As Partition
Partition PartitionForElement(
    ElementGroupPrototype groupPrototype,
    Partition mergePartition,
    ProtoElement protoElement,
    Object cookie
)

Parámetros

  • cookie
    Tipo: System.Object
    El objeto devuelto por este asignador de partición cuando BeginMapping se llamó.Puede ser NULL si no utilizada.

Valor devuelto

Tipo: Microsoft.VisualStudio.Modeling.Partition
Partición en la que para reconstruir el elemento

Seguridad de .NET Framework

Vea también

Referencia

IElementPartitionMapper Interfaz

Microsoft.VisualStudio.Modeling (Espacio de nombres)