ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av ConnectionPoint klassen med hjälp av det angivna ActivityDesigneruppräkningsvärdet DesignerEdges och ett heltal.
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)
Parametrar
- associatedDesigner
- ActivityDesigner
Den ActivityDesigner som anslutningspunkten tillhör.
- designerEdge
- DesignerEdges
Uppräkningsvärdet DesignerEdges som anger var i aktivitetsdesignern anslutningspunkten finns.
- connectionIndex
- Int32
En indexplats för den aktuella ConnectionPoint.
Undantag
connectionIndex är mindre än noll.
--eller--
connectionIndex är större än eller lika med antalet anslutningspunkter på associatedDesigner.
associatedDesigner innehåller en nullreferens (Nothing i Visual Basic).