Share via


FreeformActivityDesigner.CanConnectContainedDesigners Méthode

Définition

Retourne une valeur qui indique si le FreeformActivityDesigner peut créer une connexion entre le point de connexion spécifié sur un concepteur d'activités enfant source et le point de connexion spécifié sur un concepteur d'activités enfant cible.

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

Paramètres

source
ConnectionPoint

ConnectionPoint à vérifier sur le concepteur d'activité source.

target
ConnectionPoint

ConnectionPoint à vérifier sur le concepteur d'activité cible.

Retours

true si le FreeformActivityDesigner peut dessiner un connecteur entre les concepteurs d'activité source et cible ; sinon, false.

S’applique à