Condividi tramite


FreeformActivityDesigner.CanConnectContainedDesigners Metodo

Definizione

Restituisce un valore che indica se FreeformActivityDesigner può creare una connessione tra il punto di connessione specificato su un ActivityDesigner figlio di origine e il punto di connessione specificato su un ActivityDesigner figlio di destinazione.

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

Parametri

source
ConnectionPoint

Oggetto ConnectionPoint da controllare nell'ActivityDesigner di origine.

target
ConnectionPoint

Oggetto ConnectionPoint da controllare nell'ActivityDesigner di destinazione.

Restituisce

true se FreeformActivityDesigner può disegnare un connettore tra ActivityDesigner di origine e di destinazione. In caso contrario, false.

Si applica a