ParentShapeHasRelativeChildShapes Constructor (ShapeElement, ShapeElement)

Constructor Creates a ParentShapeHasRelativeChildShapes link in the same Partition as the given ShapeElement

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 ( _
    source As ShapeElement, _
    target As ShapeElement _
)
public ParentShapeHasRelativeChildShapes(
    ShapeElement source,
    ShapeElement target
)
public:
ParentShapeHasRelativeChildShapes(
    ShapeElement^ source, 
    ShapeElement^ target
)
new : 
        source:ShapeElement * 
        target:ShapeElement -> ParentShapeHasRelativeChildShapes
public function ParentShapeHasRelativeChildShapes(
    source : ShapeElement, 
    target : ShapeElement
)

Parameters

.NET Framework Security

See Also

Reference

ParentShapeHasRelativeChildShapes Class

ParentShapeHasRelativeChildShapes Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace