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

戻り値

ReadOnlyCollection<ConnectionPoint>

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

注釈

すべてのコネクション ポイントは論理座標で表されます。

適用対象