SequentialActivityDesigner.GetConnectors 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回限定了活动设计器的连接器边界的矩形的数组。
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 数组。
注解
如果当前设计器不是有效的设计器或者设计器未展开,则 GetConnectors 返回一个空数组。 如果在父设计器中没有活动设计器,则 GetConnectors 返回一个包含一个矩形的数组。