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) が含まれています。

適用対象