Sdílet prostřednictvím


FreeformActivityDesigner.CreateConnector Metoda

Definice

Vytvoří spojnici mezi dvěma zadanými spojovacími body.

protected public:
 virtual System::Workflow::ComponentModel::Design::Connector ^ CreateConnector(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected internal virtual System.Workflow.ComponentModel.Design.Connector CreateConnector (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member CreateConnector : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> System.Workflow.ComponentModel.Design.Connector
override this.CreateConnector : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> System.Workflow.ComponentModel.Design.Connector
Protected Friend Overridable Function CreateConnector (source As ConnectionPoint, target As ConnectionPoint) As Connector

Parametry

source
ConnectionPoint

Umístění ConnectionPoint pro zahájení kreslení spojnice

target
ConnectionPoint

Umístění ConnectionPoint pro dokončení kreslení spojnice

Návraty

Connector

Vytvořili Connector jsme ho.

Platí pro