SequentialActivityDesigner.GetConnectors 方法

定义

返回限定了活动设计器的连接器边界的矩形的数组。

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()

返回

Rectangle[]

限定连接器边界的 Rectangle 数组。

注解

如果当前设计器不是有效的设计器或者设计器未展开,则 GetConnectors 返回一个空数组。 如果在父设计器中没有活动设计器,则 GetConnectors 返回一个包含一个矩形的数组。

适用于