WorkflowOutline::CreateNewNode Method (Activity^)

 

Creates a new node for an Activity.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual WorkflowOutlineNode^ CreateNewNode(
	Activity^ activity
)

Parameters

activity
Type: System.Workflow.ComponentModel::Activity^

Activity for which a new node must be created.

Calls to create a new workflow node for a given activity could return null, which indicates that you do not want to create a node for it.

.NET Framework
Available since 3.0
Return to top
Show: