CompositeActivityDesigner.Initialize(Activity) Method

Definition

Initializes the designer with the associated 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 the designer should be initialized.

Remarks

Initialize loads the designer with the specified Activity. The designer loads the activity service, updates the verbs associated with the activity, and assigns the default text and image to the designer.

Applies to