ParentShapeContainsNestedChildShapes Constructor (ShapeElement^, ShapeElement^)
Visual Studio 2015
Constructor Creates a ParentShapeContainsNestedChildShapes link in the same Partition as the given ShapeElement
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.
Show: