SequentialActivityDesigner.GetConnectors 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 un tableau de rectangles qui délimitent les connecteurs du concepteur d'activité.
protected public:
virtual cli::array <System::Drawing::Rectangle> ^ GetConnectors();
protected internal virtual System.Drawing.Rectangle[] GetConnectors ();
abstract member GetConnectors : unit -> System.Drawing.Rectangle[]
override this.GetConnectors : unit -> System.Drawing.Rectangle[]
Protected Friend Overridable Function GetConnectors () As Rectangle()
Retours
Tableau Rectangle qui délimite les connecteurs.
Remarques
Si le concepteur actuel n’est pas le concepteur actif ou si le concepteur n’est pas développé, la méthode GetConnectors retourne un tableau vide. Si le concepteur parent ne contient pas de concepteur d'activités, GetConnectors retourne un tableau contenant un seul rectangle.