SequentialActivityDesigner.GetConnectors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of rectangles that bound the activity designer's connectors.
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()
Returns
The Rectangle array that bounds the connectors.
Remarks
If the current designer is not the active designer or if the designer is not expanded, GetConnectors returns an empty array. If there are no activity designers in the parent designer, GetConnectors returns an array of one rectangle.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.