Condividi tramite


FreeformActivityDesigner.CreateConnector Metodo

Definizione

Crea un connettore tra i due punti di connessione specificati.

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

Parametri

source
ConnectionPoint

Percorso di ConnectionPoint da cui iniziare a disegnare il connettore.

target
ConnectionPoint

Percorso di ConnectionPoint in cui terminare di disegnare il connettore.

Restituisce

L'elemento Connector che è stato creato.

Si applica a