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 la FreeformActivityDesigner possibilité de 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
Pour ConnectionPoint vérifier le concepteur d’activités source.
- target
- ConnectionPoint
Pour ConnectionPoint vérifier le concepteur d’activités cible.
Retours
true si le FreeformActivityDesigner connecteur peut être dessiné entre les concepteurs d’activités source et cible ; sinon, false.