ActivityDesigner.GetConnectionPoints(DesignerEdges) メソッド

定義

指定した DesignerEdgesに沿ってアクティビティ デザイナーの接続ポイントの読み取り専用コレクションを返します。

public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::ConnectionPoint ^> ^ GetConnectionPoints(System::Workflow::ComponentModel::Design::DesignerEdges edges);
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint> GetConnectionPoints(System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
override this.GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
Public Overridable Function GetConnectionPoints (edges As DesignerEdges) As ReadOnlyCollection(Of ConnectionPoint)

パラメーター

edges
DesignerEdges

接続ポイントを収集する DesignerEdges

返品

ConnectionPointアクティビティ デザイナーが他のアクティビティ デザイナーに接続できるポイントとして使用されるジェネリック読み取り専用コレクションです。

注釈

すべての接続ポイントは論理座標内にあります。

適用対象