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 回傳一個矩形陣列。