StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) メソッド

定義

StructuredCompositeActivityDesignerの内部接続ポイントを表すポイントの読み取り専用コレクションを返します。

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

パラメーター

edges
DesignerEdges

接続ポイントを検索する DesignerEdges。

返品

デザイナーの内部接続ポイントを含む Point ジェネリック読み取り専用コレクションです。

注釈

コネクタは、ワークフロー デザイン サーフェイス上の個別のデザイナー間のリンクです。 これらのリンクは、デザインサーフェイス上に線として表示され、各行の終点は、接続する各デザイナー上の可視ポイントに接続されます。 これらのポイントは、接続ポイントと呼ばれます。 StructuredCompositeActivityDesigner クラスから継承するデザイナー クラスには他のデザイナーを含めることができます。GetInnerConnectionsは、edgesに含まれるStructuredCompositeActivityDesignerに関連付けられているデザイナーのすべての接続ポイントの読み取り専用コレクションを返します。

適用対象