FreeformActivityDesigner.CanConnectContainedDesigners 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.
반환
true
가 소스와 대상 활동 디자이너 사이에 커넥터를 그릴 수 있으면 FreeformActivityDesigner이고, 그렇지 않으면 false
입니다.