FreeformActivityDesigner.CanConnectContainedDesigners Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
.