次の方法で共有


SequentialWorkflowRootDesigner.GetInnerConnections(DesignerEdges) メソッド

定義

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

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

パラメーター

edges
DesignerEdges

コネクション ポイントのコレクションの収集対象場所となる DesignerEdges

戻り値

ReadOnlyCollection<Point>

接続可能デザイナーに使用される ConnectionPoint オブジェクトを格納しているコレクション。

注釈

デザイナーは内部にコネクタを持つことができます。

適用対象