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 物件的集合。
備註
設計工具內部可以有接點。