Diagram.AutoLayoutShapeElements 方法 (ICollection, VGRoutingStyle, PlacementValueStyle, Boolean)

在关系图上自动布局元素形状的集合。

此 API 不兼容 CLS。 

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Sub AutoLayoutShapeElements ( _
    shapeElementCollection As ICollection, _
    routingStyle As VGRoutingStyle, _
    placementStyle As PlacementValueStyle, _
    route As Boolean _
)
[CLSCompliantAttribute(false)]
public void AutoLayoutShapeElements(
    ICollection shapeElementCollection,
    VGRoutingStyle routingStyle,
    PlacementValueStyle placementStyle,
    bool route
)

参数

  • route
    类型:System.Boolean
    如果由于数组或转至栅格操作而重定路由行,则为 true;否则为 false。

.NET Framework 安全性

请参阅

参考

Diagram 类

AutoLayoutShapeElements 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间