ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) 建構函式

定義

透過指定的 ActivityDesigner、 列DesignerEdges舉值及整數初始化類別的新ConnectionPoint實例。

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 小於零。

--或--

connectionIndex 大於或等於 上連接 associatedDesigner點的數量。

associatedDesigner 包含一個空參考(Nothing 在 Visual Basic 中)。

適用於