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。

傳回

ReadOnlyCollection<Point>

Point 泛型唯讀集合,其中包含設計工具的內部連線點。

備註

接點是工作流程設計介面上個別設計工具之間的連結。 這些連結會顯示為設計介面上的線條,而且每個線條結尾都會連接至其所連接之每個設計工具上的可見點。 這些點稱為連線點。 從 StructuredCompositeActivityDesigner 類別繼承的設計工具類別可以包含其他的設計工具,而且 GetInnerConnections 會傳回與 edges 所含之 StructuredCompositeActivityDesigner 相關聯的設計工具所有連線點的唯讀集合。

適用於