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。

戻り値

ReadOnlyCollection<Point>

デザイナーの内部コネクション ポイントを格納している Point 読み取り専用ジェネリック コレクション。

注釈

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

適用対象