StructuredCompositeActivityDesigner.GetInnerConnections(DesignerEdges) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 は、StructuredCompositeActivityDesigner に含まれる edges
に関連付けられたデザイナーのすべてのコネクション ポイントの読み取り専用コレクションを返します。