PortPlacementHelper.GetLeftPortChildren Method

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

Syntax

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

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

Parameters

Return Value

Type: System.Collections.ArrayList

Permissions

See Also

Reference

PortPlacementHelper Class

PortPlacementHelper Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace