Udostępnij za pośrednictwem


Metoda CoreDesignSurfaceDomainModel.CreateElement —

Tworzy element określonego typu.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Diagrams
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Składnia

'Deklaracja
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
)

Parametry

  • elementType
    Typ: System.Type
    Typ elementu, który należy do tego modelu domeny.

Wartość zwracana

Typ: Microsoft.VisualStudio.Modeling.ModelElement

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

CoreDesignSurfaceDomainModel Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Diagrams