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
)
参数
- shapeElementCollection
类型:System.Collections.ICollection
元素形状的集合。
- routingStyle
类型:Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle
确定在元素之间的链接如何显示的路由样式。
- placementStyle
类型:Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.PlacementValueStyle
确定关系图中元素如何放置的放置样式。
- route
类型:System.Boolean
如果由于数组或转至栅格操作而重定路由行,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。