ParentShapeHasRelativeChildShapes Constructor (Partition, 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 ( _
    partition As Partition, _
    roleAssignments As RoleAssignment(), _
    propertyAssignments As PropertyAssignment() _
)
public ParentShapeHasRelativeChildShapes(
    Partition partition,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)
public:
ParentShapeHasRelativeChildShapes(
    Partition^ partition, 
    array<RoleAssignment^>^ roleAssignments, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        partition:Partition * 
        roleAssignments:RoleAssignment[] * 
        propertyAssignments:PropertyAssignment[] -> ParentShapeHasRelativeChildShapes
public function ParentShapeHasRelativeChildShapes(
    partition : Partition, 
    roleAssignments : RoleAssignment[], 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

ParentShapeHasRelativeChildShapes Class

ParentShapeHasRelativeChildShapes Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace