DiagramElementMap(Partition, PropertyAssignment[]) Konstruktor

Definition

Konstruktor.

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