Port.GetChildPortPlacement 方法 (NodeShape, RectangleD)
返回给定父的边缘,而特定端口限制。 内部调用此方法 GetChildPortPlacement (RectangleD parentShapeDimensions, RectangleD childShapeRelativeBounds) 重写此方法的行为,重写 GetChildPortPlacement (RectangleD parentShapeDimensions, RectangleD childShapeRelativeBounds)
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Function GetChildPortPlacement ( _
parent As NodeShape, _
portBounds As RectangleD _
) As PortPlacement
public PortPlacement GetChildPortPlacement(
NodeShape parent,
RectangleD portBounds
)
参数
- parent
类型:Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
父 NodeShape
- portBounds
类型:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
端口区域
返回值
类型:Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。