DecoratorHostShape Konstruktoren

Definition

Überlädt

DecoratorHostShape(Partition, PropertyAssignment[])

Konstruktor

DecoratorHostShape(Store, PropertyAssignment[])

Konstruktor

DecoratorHostShape(Partition, PropertyAssignment[])

Konstruktor

public:
 DecoratorHostShape(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DecoratorHostShape (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape
Public Sub New (partition As Partition, ParamArray 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

DecoratorHostShape(Store, PropertyAssignment[])

Konstruktor

public:
 DecoratorHostShape(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DecoratorHostShape (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape
Public Sub New (store As Store, ParamArray propertyAssignments As PropertyAssignment())

Parameter

store
Store

Speicher, in dem ein neues 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