Share via


DecoratorHostShape Constructor (Store, array<PropertyAssignment )

Constructor

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

Syntax

'Declaration
Public Sub New ( _
    store As Store, _
    ParamArray propertyAssignments As PropertyAssignment() _
)
public DecoratorHostShape(
    Store store,
    params PropertyAssignment[] propertyAssignments
)
public:
DecoratorHostShape(
    Store^ store, 
    ... array<PropertyAssignment^>^ propertyAssignments
)
new : 
        store:Store * 
        propertyAssignments:PropertyAssignment[] -> DecoratorHostShape
public function DecoratorHostShape(
    store : Store, 
    ... propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

DecoratorHostShape Class

DecoratorHostShape Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace