FreeformActivityDesigner.AddConnector 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 커넥터를 FreeformActivityDesigner추가합니다.
public:
System::Workflow::ComponentModel::Design::Connector ^ AddConnector(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
public System.Workflow.ComponentModel.Design.Connector AddConnector(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
member this.AddConnector : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> System.Workflow.ComponentModel.Design.Connector
Public Function AddConnector (source As ConnectionPoint, target As ConnectionPoint) As Connector
매개 변수
- source
- ConnectionPoint
ConnectionPoint 커넥터 그리기를 시작할 위치입니다.
- target
- ConnectionPoint
ConnectionPoint 연결선 그리기를 완료할 위치입니다.
반품
에 Connector 추가된 것입니다 FreeformActivityDesigner.
예외
source 또는 target에는 null 참조(Visual Basic Nothing)가 포함됩니다.
참조(AssociatedDesigner)에 대한 source 속성이거나 target 포함됩니다null.Nothing
현재 FreeformActivityDesigner 는 커넥터가 추가할 컨테이너가 아닙니다.
설명
AddConnector 는 사용자가 .에 추가할 Connector 때 호출됩니다 FreeformActivityDesigner.