ActivityDesigner.OnConnected(ConnectionPoint, ConnectionPoint) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
두 연결 지점 간에 연결이 설정된 경우를 알 ActivityDesigner 수 있습니다.
protected:
virtual void OnConnected(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected virtual void OnConnected(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member OnConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
override this.OnConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
Protected Overridable Sub OnConnected (source As ConnectionPoint, target As ConnectionPoint)
매개 변수
- source
- ConnectionPoint
현재 활동 디자이너의 원본 ConnectionPoint입니다.
- target
- ConnectionPoint
연결할 활동 디자이너의 대상 ConnectionPoint입니다.
설명
OnConnected 에는 기본 동작이 없습니다. 두 디자이너 간에 연결이 이루어질 때 처리를 제공하기 위해 파생되는 클래스에서 ActivityDesigner 이 메서드를 재정의해야 합니다.