FreeformActivityDesigner.OnContainedDesignersConnected 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
포함된 두 활동 디자이너 간에 연결이 설정된 경우를 알 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는 개체의 포함된 활동 디자이너 중 Connector 하나에 있는 원본 간에 두 번째 포함된 활동 디자이너를 대상으로 지정할 때 FreeformActivityDesigner 호출됩니다.