ActivityDesigner.GetConnections(DesignerEdges) 메서드

정의

디자이너가 연결을 위해 사용하는 지점의 읽기 전용 컬렉션을 반환합니다.

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

매개 변수

edges
DesignerEdges

지점을 쿼리할 DesignerEdges입니다.

반환

Activity Designer에 사용할 연결이 들어 있는 Point 읽기 전용 컬렉션입니다.

적용 대상