SequentialWorkflowRootDesigner.GetInnerConnections(DesignerEdges) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳一組只讀的點,代表設計者的內部連接。
protected:
override System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetInnerConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected override System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetInnerConnections(System.Workflow.ComponentModel.Design.DesignerEdges edges);
override this.GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Overrides Function GetInnerConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)
參數
- edges
- DesignerEdges
用來 DesignerEdges 收集連結點的集合。
傳回
一個包含用於可連接設計器物件的 ConnectionPoint 集合。
備註
設計師內部可以有連接器。