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, _
bounds As RectangleD _
) As ArrayList
'使用
Dim parentShape As NodeShape
Dim bounds As RectangleD
Dim returnValue As ArrayList
returnValue = PortPlacementHelper.GetBottomPortChildren(parentShape, _
bounds)
protected static ArrayList GetBottomPortChildren(
NodeShape parentShape,
RectangleD bounds
)
protected:
static ArrayList^ GetBottomPortChildren(
NodeShape^ parentShape,
RectangleD bounds
)
protected static function GetBottomPortChildren(
parentShape : NodeShape,
bounds : RectangleD
) : ArrayList
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Return Value
Type: System.Collections.ArrayList
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.