Udostępnij za pośrednictwem


Metoda ElementFactory.CreateElement — (Guid, array<PropertyAssignment )

Tworzy nowe wystąpienie elementu określonego typu.

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

Składnia

'Deklaracja
Public Function CreateElement ( _
    domainClassId As Guid, _
    ParamArray propertyAssignments As PropertyAssignment() _
) As ModelElement
public ModelElement CreateElement(
    Guid domainClassId,
    params PropertyAssignment[] propertyAssignments
)

Parametry

  • domainClassId
    Typ: System.Guid
    Identyfikator klasy domeny obiektu ma zostać utworzony.

Wartość zwracana

Typ: Microsoft.VisualStudio.Modeling.ModelElement
Nowy ModelElement obiektu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ElementFactory Klasa

Przeciążenie CreateElement

Przestrzeń nazw Microsoft.VisualStudio.Modeling