BaseShape(Partition, PropertyAssignment[]) Konstruktor

Definition

Konstruktor.

protected:
 BaseShape(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
protected BaseShape (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape
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