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 會傳回方框陣列。