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.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Protected Overridable Function GetNextEdgeChildren ( _
    currentEdge As PortPlacement, _
    parentShape As NodeShape, _
    <OutAttribute> ByRef edgeList As ArrayList, _
    <OutAttribute> ByRef center As PointD _
) As PortPlacement
protected virtual PortPlacement GetNextEdgeChildren(
    PortPlacement currentEdge,
    NodeShape parentShape,
    out ArrayList edgeList,
    out PointD center
)
protected:
virtual PortPlacement GetNextEdgeChildren(
    PortPlacement currentEdge, 
    NodeShape^ parentShape, 
    [OutAttribute] ArrayList^% edgeList, 
    [OutAttribute] PointD% center
)
abstract GetNextEdgeChildren : 
        currentEdge:PortPlacement * 
        parentShape:NodeShape * 
        edgeList:ArrayList byref * 
        center:PointD byref -> PortPlacement  
override GetNextEdgeChildren : 
        currentEdge:PortPlacement * 
        parentShape:NodeShape * 
        edgeList:ArrayList byref * 
        center:PointD byref -> PortPlacement
protected function GetNextEdgeChildren(
    currentEdge : PortPlacement, 
    parentShape : NodeShape, 
    edgeList : ArrayList, 
    center : PointD
) : PortPlacement
Parameters
- currentEdge
 Type: Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
- parentShape
 Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- edgeList
 Type: System.Collections.ArrayList%
- center
 Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD%
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
.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.