AttributedDomainElement(Partition, PropertyAssignment[]) Konstruktor

Definition

Konstruktor.

protected:
 AttributedDomainElement(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
protected AttributedDomainElement (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElement : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElement
Protected Sub New (partition As Partition, propertyAssignments As PropertyAssignment())

Parameter

partition
Partition

Partition, in der das neue Element erstellt werden soll.

propertyAssignments
PropertyAssignment[]

Liste der Domänen Eigenschafts-ID-Wert-Paare, die nach dem Erstellen des Elements festgelegt werden.

Gilt für