Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a child shape for the parent shape.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Overrides Function CreateChildShape ( _
    element As ModelElement _
) As ShapeElement
protected override ShapeElement CreateChildShape(
    ModelElement element
)
protected:
virtual ShapeElement^ CreateChildShape(
    ModelElement^ element
) override
abstract CreateChildShape : 
        element:ModelElement -> ShapeElement  
override CreateChildShape : 
        element:ModelElement -> ShapeElement
protected override function CreateChildShape(
    element : ModelElement
) : ShapeElement
Parameters
element
Type: Microsoft.VisualStudio.Modeling.ModelElementThe parent shape.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The child shape for the parent shape.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.