PortPlacementHelper.GetBottomPortChildren 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.
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