PortPlacementHelper.GetBottomPortChildren Method

Definition

Overloads

GetBottomPortChildren(NodeShape)

List of children port shapes on the bottom side of this component.

GetBottomPortChildren(NodeShape, RectangleD)

GetBottomPortChildren(NodeShape)

List of children port shapes on the bottom side of this component.

protected:
 static System::Collections::ArrayList ^ GetBottomPortChildren(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ parentShape);
protected static System.Collections.ArrayList GetBottomPortChildren (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape parentShape);
static member GetBottomPortChildren : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> System.Collections.ArrayList
Protected Shared Function GetBottomPortChildren (parentShape As NodeShape) As ArrayList

Parameters

parentShape
NodeShape

Returns

Applies to

GetBottomPortChildren(NodeShape, RectangleD)

protected:
 static System::Collections::ArrayList ^ GetBottomPortChildren(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
protected static System.Collections.ArrayList GetBottomPortChildren (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape parentShape, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
static member GetBottomPortChildren : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> System.Collections.ArrayList
Protected Shared Function GetBottomPortChildren (parentShape As NodeShape, bounds As RectangleD) As ArrayList

Parameters

parentShape
NodeShape
bounds
RectangleD

Returns

Applies to