ParentShapeHasRelativeChildShapes Constructor (Store, array<RoleAssignment[], array<PropertyAssignment )

Constructor

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

Syntax

'Declaration
Public Sub New ( _
    store As Store, _
    roleAssignments As RoleAssignment(), _
    propertyAssignments As PropertyAssignment() _
)
public ParentShapeHasRelativeChildShapes(
    Store store,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)
public:
ParentShapeHasRelativeChildShapes(
    Store^ store, 
    array<RoleAssignment^>^ roleAssignments, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        store:Store * 
        roleAssignments:RoleAssignment[] * 
        propertyAssignments:PropertyAssignment[] -> ParentShapeHasRelativeChildShapes
public function ParentShapeHasRelativeChildShapes(
    store : Store, 
    roleAssignments : RoleAssignment[], 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

ParentShapeHasRelativeChildShapes Class

ParentShapeHasRelativeChildShapes Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace