Aracılığıyla paylaş


DslDefinitionModelDomainModel.CreateElement Yöntem

Belirtilen türde bir öğe oluşturur.

Ad alanı:  Microsoft.VisualStudio.Modeling.DslDefinition
Derleme:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll içinde)

Sözdizimi

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

Parametreler

  • elementType
    Tür: System.Type
    Bu etki alanı modeli ait öğe türü.

Dönüş Değeri

Tür: Microsoft.VisualStudio.Modeling.ModelElement
Oluşturulan öğesi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DslDefinitionModelDomainModel Sınıf

Microsoft.VisualStudio.Modeling.DslDefinition Ad Alanı