Connector(ConnectionPoint, ConnectionPoint) 생성자

정의

Connector 클래스의 새 인스턴스를 초기화합니다.

public:
 Connector(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
public Connector(System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
new System.Workflow.ComponentModel.Design.Connector : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> System.Workflow.ComponentModel.Design.Connector
Public Sub New (source As ConnectionPoint, target As ConnectionPoint)

매개 변수

source
ConnectionPoint

ConnectionPoint 시작 위치에 대한 그리기 Connector 입니다.

target
ConnectionPoint

ConnectionPoint 끝에 대한 그리기 Connector 위치입니다.

예외

source 또는 target null 참조(Visual Basic Nothing)를 포함합니다.

적용 대상