FreeformActivityDesigner.CanConnectContainedDesigners 메서드

정의

원본 자식 활동 디자이너에서 지정된 연결점과 대상 자식 활동 디자이너의 지정된 연결점 간에 연결을 만들 수 있는지 여부를 FreeformActivityDesigner 나타내는 값을 반환합니다.

protected public:
 virtual bool CanConnectContainedDesigners(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual bool CanConnectContainedDesigners(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
override this.CanConnectContainedDesigners : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> bool
Protected Friend Overridable Function CanConnectContainedDesigners (source As ConnectionPoint, target As ConnectionPoint) As Boolean

매개 변수

source
ConnectionPoint

ConnectionPoint 원본 활동 디자이너를 확인할 수 있습니다.

target
ConnectionPoint

ConnectionPoint 대상 활동 디자이너를 확인할 대상입니다.

반품

true FreeformActivityDesigner 원본 및 대상 활동 디자이너 간에 커넥터를 그릴 수 있으면 이고, false그렇지 않으면 .

적용 대상