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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.