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