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 점을 쿼리할 대상입니다.

반품

활동 디자이너에 사용할 연결이 포함된 지점 읽기 전용 컬렉션입니다.

적용 대상