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)가 포함된 경우

적용 대상