WorkflowChanges(Activity) Constructor

Definition

Initializes a new instance of the WorkflowChanges class.

public:
 WorkflowChanges(System::Workflow::ComponentModel::Activity ^ rootActivity);
public WorkflowChanges (System.Workflow.ComponentModel.Activity rootActivity);
new System.Workflow.ComponentModel.WorkflowChanges : System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.WorkflowChanges
Public Sub New (rootActivity As Activity)

Parameters

rootActivity
Activity

The root Activity of the workflow.

Exceptions

rootActivity is a null reference (Visual Basic Nothing).

rootActivity is not a CompositeActivity.

rootActivity is in design mode.

Applies to