Método ElementFactory.CreateElement (DomainClassInfo, array<PropertyAssignment )

Cria uma nova instância do elemento de um tipo especificado.

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

Sintaxe

'Declaração
Public Function CreateElement ( _
    domainClass As DomainClassInfo, _
    ParamArray propertyAssignments As PropertyAssignment() _
) As ModelElement
public ModelElement CreateElement(
    DomainClassInfo domainClass,
    params PropertyAssignment[] propertyAssignments
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.ModelElement
Uma nova ModelElement objeto.

Segurança do .NET Framework

Consulte também

Referência

ElementFactory Classe

Sobrecargas CreateElement

Namespace Microsoft.VisualStudio.Modeling