PortPlacementHelper.GetTopPortChildren(NodeShape) 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.
List of children port shapes on the bottom side of this component.
protected:
static System::Collections::ArrayList ^ GetTopPortChildren(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ parentShape);
protected static System.Collections.ArrayList GetTopPortChildren (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape parentShape);
static member GetTopPortChildren : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> System.Collections.ArrayList
Protected Shared Function GetTopPortChildren (parentShape As NodeShape) As ArrayList
Parameters
- parentShape
- NodeShape