ActivityDesigner.GetConnections(DesignerEdges) メソッド

定義

デザイナーが接続に使用するポイントの読み取り専用コレクションを返します。

protected public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected internal virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetConnections (System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
override this.GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Friend Overridable Function GetConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

パラメーター

edges
DesignerEdges

ポイントの照会対象場所となる DesignerEdges

戻り値

ReadOnlyCollection<Point>

アクティビティ デザイナーに使用される接続を格納しているポイント読み取り専用コレクション。

適用対象