ParentShapeContainsNestedChildShapes.SetParentShape Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets ParentShape.
public:
static void SetParentShape(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ element, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ newParentShape);
[System.Diagnostics.DebuggerStepThrough]
public static void SetParentShape (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement element, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement newParentShape);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetParentShape : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Shared Sub SetParentShape (element As ShapeElement, newParentShape As ShapeElement)
Parameters
- element
- ShapeElement
- newParentShape
- ShapeElement
- Attributes