Partilhar via


Método PortPlacementHelper.GetNextEdgeChildren

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement

Segurança do .NET Framework

Consulte também

Referência

PortPlacementHelper Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams