FreeformActivityDesigner.CanConnectContainedDesigners 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원본 자식 활동 디자이너에서 지정된 연결점과 대상 자식 활동 디자이너의 지정된 연결점 간에 연결을 만들 수 있는지 여부를 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그렇지 않으면 .