ParentShapeHasRelativeChildShapes.SetParentShape(ShapeElement, ShapeElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define 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)
Parâmetros
- element
- ShapeElement
- newParentShape
- ShapeElement
- Atributos