RemovedActivityAction 构造函数
定义
初始化 RemovedActivityAction 类的新实例。Initializes a new instance of the RemovedActivityAction class.
重载
| RemovedActivityAction() |
初始化 RemovedActivityAction 类的新实例。Initializes a new instance of the RemovedActivityAction class. |
| RemovedActivityAction(Int32, Activity, CompositeActivity) |
初始化 RemovedActivityAction 类的新实例。Initializes a new instance of the RemovedActivityAction class. |
RemovedActivityAction()
初始化 RemovedActivityAction 类的新实例。Initializes a new instance of the RemovedActivityAction class.
public:
RemovedActivityAction();
public RemovedActivityAction ();
Public Sub New ()
适用于
RemovedActivityAction(Int32, Activity, CompositeActivity)
初始化 RemovedActivityAction 类的新实例。Initializes a new instance of the RemovedActivityAction class.
public:
RemovedActivityAction(int removedActivityIndex, System::Workflow::ComponentModel::Activity ^ originalActivity, System::Workflow::ComponentModel::CompositeActivity ^ clonedParentActivity);
public RemovedActivityAction (int removedActivityIndex, System.Workflow.ComponentModel.Activity originalActivity, System.Workflow.ComponentModel.CompositeActivity clonedParentActivity);
new System.Workflow.ComponentModel.RemovedActivityAction : int * System.Workflow.ComponentModel.Activity * System.Workflow.ComponentModel.CompositeActivity -> System.Workflow.ComponentModel.RemovedActivityAction
Public Sub New (removedActivityIndex As Integer, originalActivity As Activity, clonedParentActivity As CompositeActivity)
参数
- removedActivityIndex
- Int32
在通过工作流更改移除活动时,指示要移除的活动的索引。Indicates the index of the activity being removed when you remove the activity using the workflow changes.
- originalActivity
- Activity
已移除的活动。Activity that was removed.
- clonedParentActivity
- CompositeActivity
从中移除活动的根活动。Root activity from which the activity was removed.