PortPlacementHelper.GetTopPortChildren Method

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

Syntax

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

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

Parameters

Return Value

Type: System.Collections.ArrayList

Permissions

See Also

Reference

PortPlacementHelper Class

PortPlacementHelper Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace