FreeformActivityDesigner.OnContainedDesignersConnected 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
포함된 Activity Designer 중 두 개의 디자이너 사이를 연결할 경우 FreeformActivityDesigner에게 알립니다.
protected public:
virtual void OnContainedDesignersConnected(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual void OnContainedDesignersConnected (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member OnContainedDesignersConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
override this.OnContainedDesignersConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
Protected Friend Overridable Sub OnContainedDesignersConnected (source As ConnectionPoint, target As ConnectionPoint)
매개 변수
- source
- ConnectionPoint
커넥터 그리기를 시작하는 ConnectionPoint 위치입니다.
- target
- ConnectionPoint
커넥터 그리기를 종료하는 ConnectionPoint 위치입니다.
설명
OnContainedDesignersConnected는 개체의 포함된 활동 디자이너 중 FreeformActivityDesigner 하나의 원본 간에 그려져 두 번째 포함된 활동 디자이너를 대상으로 지정할 때 Connector 호출됩니다.