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).

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