PortPlacementHelper.PositionChildPort Method

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

Syntax

'宣言
Public Overridable Sub PositionChildPort ( _
    portShape As Port, _
    parentShape As NodeShape _
)
'使用
Dim instance As PortPlacementHelper
Dim portShape As Port
Dim parentShape As NodeShape

instance.PositionChildPort(portShape, _
    parentShape)
public virtual void PositionChildPort(
    Port portShape,
    NodeShape parentShape
)
public:
virtual void PositionChildPort(
    Port^ portShape, 
    NodeShape^ parentShape
)
public function PositionChildPort(
    portShape : Port, 
    parentShape : NodeShape
)

Parameters

Permissions

See Also

Reference

PortPlacementHelper Class

PortPlacementHelper Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace