PortPlacementHelper.GetRightPortChildren Method

Definition

Overloads

GetRightPortChildren(NodeShape)
GetRightPortChildren(NodeShape, RectangleD)

GetRightPortChildren(NodeShape)

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

Parameters

parentShape
NodeShape

Returns

Applies to

GetRightPortChildren(NodeShape, RectangleD)

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

Parameters

parentShape
NodeShape
bounds
RectangleD

Returns

Applies to