MoveableDecoratorHostShapeBase Constructor (Partition^, array<PropertyAssignment^>^)

 

Constructor.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
MoveableDecoratorHostShapeBase(
	Partition^ partition,
	array<PropertyAssignment^>^ propertyAssignments
)

Parameters

partition
Type: Microsoft.VisualStudio.Modeling::Partition^

Partition where new element is to be created.

propertyAssignments
Type: array<Microsoft.VisualStudio.Modeling::PropertyAssignment^>^

List of domain property id/value pairs to set once the element is created.

Return to top
Show: