ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ConnectionPoint Klasse mithilfe des angegebenen ActivityDesignerDesignerEdges Enumerationswerts und einer ganzen Zahl.
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)
Parameter
- associatedDesigner
- ActivityDesigner
Der ActivityDesigner Verbindungspunkt, zu dem der Verbindungspunkt gehört.
- designerEdge
- DesignerEdges
Der DesignerEdges Enumerationswert, der angibt, wo sich im Aktivitäts-Designer der Verbindungspunkt befindet.
- connectionIndex
- Int32
Eine Indexposition des aktuellen ConnectionPoint.
Ausnahmen
connectionIndex ist kleiner als 0 (null).
--oder--
connectionIndex ist größer oder gleich der Anzahl der Verbindungspunkte auf associatedDesigner.
associatedDesigner enthält einen Nullverweis (Nothing in Visual Basic).