ParentShapeContainsNestedChildShapes Constructor (ShapeElement^, ShapeElement^)

 

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

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

public:
ParentShapeContainsNestedChildShapes(
	ShapeElement^ source,
	ShapeElement^ target
)

Parameters

source
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

ShapeElement to use as the source of the relationship.

target
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

ShapeElement to use as the target of the relationship.

Return to top
Show: