Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.