編集

次の方法で共有


WorkflowDesignerLoader.RemoveActivityFromDesigner(Activity) Method

Definition

Removes an activity from the designer host after it has been added to the parent activities collection.

public:
 void RemoveActivityFromDesigner(System::Workflow::ComponentModel::Activity ^ activity);
public void RemoveActivityFromDesigner(System.Workflow.ComponentModel.Activity activity);
member this.RemoveActivityFromDesigner : System.Workflow.ComponentModel.Activity -> unit
Public Sub RemoveActivityFromDesigner (activity As Activity)

Parameters

activity
Activity

Activity to be removed from the designer.

Applies to