ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過指定的 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的指標位置。
例外狀況
associatedDesigner 包含一個空參考(Nothing 在 Visual Basic 中)。