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 的索引位置。
例外
associatedDesigner
包含空引用(在 Visual Basic 中为 Nothing
)。