StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) 方法

定義

回傳一個只讀的點集合,代表 的 StructuredCompositeActivityDesigner內部連接點。

protected:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetInnerConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetInnerConnections(System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
override this.GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Overridable Function GetInnerConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

參數

edges
DesignerEdges

設計邊緣(DesignerEdges)用來搜尋連接點。

傳回

一個 Point 包含設計者內部連接點的通用唯讀集合。

備註

連接器是工作流設計表面上不同設計師之間的連結。 這些連結以設計表面上的線條形式出現,每條線端都連接到每個設計器上的可見點。 這些點稱為連接點。 繼承自該 StructuredCompositeActivityDesigner 類別的設計類別可以包含其他設計者,並 GetInnerConnections 回傳一個唯讀集合,包含所有 edgesStructuredCompositeActivityDesigner

適用於