DecoratorHostShape Constructor (Store, [])

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

Syntax

'宣言
Public Sub New ( _
    store As Store, _
    ParamArray propertyAssignments As PropertyAssignment() _
)
'使用
Dim store As Store
Dim propertyAssignments As PropertyAssignment()

Dim instance As New DecoratorHostShape(store, propertyAssignments)
public DecoratorHostShape(
    Store store,
    params PropertyAssignment[] propertyAssignments
)
public:
DecoratorHostShape(
    Store^ store, 
    ... array<PropertyAssignment^>^ propertyAssignments
)
public function DecoratorHostShape(
    store : Store, 
    ... propertyAssignments : PropertyAssignment[]
)

Parameters

  • propertyAssignments
    Type: []

Permissions

See Also

Reference

DecoratorHostShape Class

DecoratorHostShape Members

DecoratorHostShape Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace