ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したConnectionPoint、ActivityDesigner列挙値、および整数を使用して、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) が含まれています。