WorkflowOutline::CreateNewNode Method (Activity^)
.NET Framework (current version)
Creates a new node for an Activity.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- activity
-
Type:
System.Workflow.ComponentModel::Activity^
Activity for which a new node must be created.
Return Value
Type: System.Workflow.ComponentModel.Design::WorkflowOutlineNode^The WorkflowOutlineNode for the activity.
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
Available since 3.0
Show: