FreeformActivityDesigner.Initialize(Activity) Method

Definition

Initializes the FreeformActivityDesigner 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 FreeformActivityDesigner.

Remarks

Initialize adds a designer property extender to the FreeformActivityDesigner for it to use until the design surface is destroyed.

Applies to