Partilhar via


Método CoreDesignSurfaceDomainModel.CreateElement

Cria um elemento do tipo especificado.

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

Sintaxe

'Declaração
Public Overrides NotOverridable Function CreateElement ( _
    partition As Partition, _
    elementType As Type, _
    propertyAssignments As PropertyAssignment() _
) As ModelElement
public override sealed ModelElement CreateElement(
    Partition partition,
    Type elementType,
    PropertyAssignment[] propertyAssignments
)

Parâmetros

  • elementType
    Tipo: System.Type
    Tipo de elemento que pertence a este modelo de domínio.

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.ModelElement

Segurança do .NET Framework

Consulte também

Referência

CoreDesignSurfaceDomainModel Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams