Método ModelingPartitionMapper.PartitionForElement
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
Public Function PartitionForElement ( _
groupPrototype As ElementGroupPrototype, _
mergePartition As Partition, _
protoElement As ProtoElement, _
cookie As Object _
) As Partition
public Partition PartitionForElement(
ElementGroupPrototype groupPrototype,
Partition mergePartition,
ProtoElement protoElement,
Object cookie
)
Parâmetros
- groupPrototype
Tipo: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
- mergePartition
Tipo: Microsoft.VisualStudio.Modeling.Partition
- protoElement
Tipo: Microsoft.VisualStudio.Modeling.ProtoElement
- cookie
Tipo: System.Object
Valor de retorno
Tipo: Microsoft.VisualStudio.Modeling.Partition
Implementações
IElementPartitionMapper.PartitionForElement(ElementGroupPrototype, Partition, ProtoElement, Object)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.