共用方式為


Port.GetChildPortPlacement 方法 (NodeShape, RectangleD)

傳回指定父系和指定連接埠範圍的邊緣。 這個方法在內部呼叫 GetChildPortPlacement(RectangleD parentShapeDimensions, RectangleD childShapeRelativeBounds)。若要覆寫這個方法的行為,覆寫 GetChildPortPlacement (RectangleD parentShapeDimensions、RectangleD childShapeRelativeBounds)

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public Function GetChildPortPlacement ( _
    parent As NodeShape, _
    portBounds As RectangleD _
) As PortPlacement
public PortPlacement GetChildPortPlacement(
    NodeShape parent,
    RectangleD portBounds
)

參數

傳回值

類型:Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement

.NET Framework 安全性

請參閱

參考

Port 類別

GetChildPortPlacement 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間