PortPlacementHelper.GetNextEdgeChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual Microsoft::VisualStudio::Modeling::Diagrams::PortPlacement GetNextEdgeChildren(Microsoft::VisualStudio::Modeling::Diagrams::PortPlacement currentEdge, Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ parentShape, [Runtime::InteropServices::Out] System::Collections::ArrayList ^ % edgeList, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Modeling::Diagrams::PointD % center);
protected virtual Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement GetNextEdgeChildren (Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement currentEdge, Microsoft.VisualStudio.Modeling.Diagrams.NodeShape parentShape, out System.Collections.ArrayList edgeList, out Microsoft.VisualStudio.Modeling.Diagrams.PointD center);
abstract member GetNextEdgeChildren : Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement * Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * ArrayList * PointD -> Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
override this.GetNextEdgeChildren : Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement * Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * ArrayList * PointD -> Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
Protected Overridable Function GetNextEdgeChildren (currentEdge As PortPlacement, parentShape As NodeShape, ByRef edgeList As ArrayList, ByRef center As PointD) As PortPlacement
Parameters
- currentEdge
- PortPlacement
- parentShape
- NodeShape
- edgeList
- ArrayList
- center
- PointD