StructuredCompositeActivityDesigner.Initialize(Activity) Method

Definition

Initializes the designer by using the specified activity.

protected:
 override void Initialize(System::Workflow::ComponentModel::Activity ^ activity);
protected override void Initialize (System.Workflow.ComponentModel.Activity activity);
override this.Initialize : System.Workflow.ComponentModel.Activity -> unit
Protected Overrides Sub Initialize (activity As Activity)

Parameters

activity
Activity

The Activity with which to initialize the StructuredCompositeActivityDesigner.

Remarks

Initialize ensures that the active view loaded into the workflow design surface is a valid view.

Applies to