다음을 통해 공유


FreeformActivityDesigner.CanConnectContainedDesigners 메서드

정의

FreeformActivityDesigner가 소스 자식 Activity Designer의 지정된 연결 지점과 대상 자식 Activity Designer의 지정된 연결 지점 사이를 연결할 수 있는지 여부를 나타내는 값을 반환합니다.

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입니다.

반환

Boolean

true가 소스와 대상 활동 디자이너 사이에 커넥터를 그릴 수 있으면 FreeformActivityDesigner이고, 그렇지 않으면 false입니다.

적용 대상