다음을 통해 공유


StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) 메서드

정의

StructuredCompositeActivityDesigner의 내부 연결 지점을 나타내는 지점의 읽기 전용 컬렉션을 반환합니다.

protected:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetInnerConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetInnerConnections (System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
override this.GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Overridable Function GetInnerConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

매개 변수

edges
DesignerEdges

연결 지점을 검색할 DesignerEdges입니다.

반환

ReadOnlyCollection<Point>

디자이너의 내부 연결 지점이 들어 있는 Point 제네릭 읽기 전용 컬렉션입니다.

설명

커넥터는 워크플로 디자인 화면에서 각각의 디자이너를 연결하는 링크입니다. 이러한 링크는 디자인 화면에서 선으로 나타나고 각 선의 끝부분은 연결할 각 디자이너의 표시 지점에 연결됩니다. 이러한 점을 연결 지점이라고 합니다. StructuredCompositeActivityDesigner 클래스에서 상속된 디자이너 클래스는 다른 디자이너를 포함할 수 있으며 GetInnerConnectionsedges에 포함된 StructuredCompositeActivityDesigner와 연결된 디자이너의 모든 연결 지점에 대한 읽기 전용 컬렉션을 반환합니다.

적용 대상