Share via


ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) コンストラクター

定義

指定した ConnectionPointActivityDesigner 列挙値、および整数を使用して、DesignerEdges クラスの新しいインスタンスを初期化します。

public:
 ConnectionPoint(System::Workflow::ComponentModel::Design::ActivityDesigner ^ associatedDesigner, System::Workflow::ComponentModel::Design::DesignerEdges designerEdge, int connectionIndex);
public ConnectionPoint (System.Workflow.ComponentModel.Design.ActivityDesigner associatedDesigner, System.Workflow.ComponentModel.Design.DesignerEdges designerEdge, int connectionIndex);
new System.Workflow.ComponentModel.Design.ConnectionPoint : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Workflow.ComponentModel.Design.DesignerEdges * int -> System.Workflow.ComponentModel.Design.ConnectionPoint
Public Sub New (associatedDesigner As ActivityDesigner, designerEdge As DesignerEdges, connectionIndex As Integer)

パラメーター

associatedDesigner
ActivityDesigner

コネクション ポイントが属する ActivityDesigner

designerEdge
DesignerEdges

コネクション ポイントを配置するアクティビティ デザイナー上の位置を指定する DesignerEdges 列挙値。

connectionIndex
Int32

現在の ConnectionPoint のインデックス。

例外

connectionIndex が 0 未満です。

-- または --

connectionIndex が、associatedDesigner のコネクション ポイントの数以上です。

associatedDesigner に null 参照 (Visual Basic の場合は Nothing) が含まれています。

適用対象