Diagram.AutoLayoutShapeElements 메서드 (ICollection, VGRoutingStyle, PlacementValueStyle, Boolean)
다이어그램에서 요소 도형 컬렉션에 자동으로 배치합니다.
이 API는 CLS 규격이 아닙니다.
네임스페이스: Microsoft.VisualStudio.Modeling.Diagrams
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.