Partager via


CoreDomainModel.CreateElement, méthode

Crée un élément de type spécifié.

Espace de noms :  Microsoft.VisualStudio.Modeling
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • elementType
    Type : System.Type
    Type d'élément qui appartiennent à ce modèle de domaine.

Valeur de retour

Type : Microsoft.VisualStudio.Modeling.ModelElement
Élément créé.

Sécurité .NET Framework

Voir aussi

Référence

CoreDomainModel Classe

Microsoft.VisualStudio.Modeling, espace de noms