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 содержит пустую ссылку (Nothing в Visual Basic).

Применяется к