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
- currentEdge
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
- parentShape
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- edgeList
Tipo: System.Collections.ArrayList%
- center
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PointD%
Valor de retorno
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.