PortPlacementHelper.GetBottomPortChildren Method (NodeShape)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Protected Shared Function GetBottomPortChildren ( _
    parentShape As NodeShape _
) As ArrayList
'使用
Dim parentShape As NodeShape
Dim returnValue As ArrayList

returnValue = PortPlacementHelper.GetBottomPortChildren(parentShape)
protected static ArrayList GetBottomPortChildren(
    NodeShape parentShape
)
protected:
static ArrayList^ GetBottomPortChildren(
    NodeShape^ parentShape
)
protected static function GetBottomPortChildren(
    parentShape : NodeShape
) : ArrayList

Parameters

Return Value

Type: System.Collections.ArrayList

Permissions

See Also

Reference

PortPlacementHelper Class

PortPlacementHelper Members

GetBottomPortChildren Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace