WorkflowOutline::GetNode Method (Activity^)
.NET Framework (current version)
Retrieves the node in the WorkflowOutline associated with the specified Activity.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- activity
-
Type:
System.Workflow.ComponentModel::Activity^
The Activity associated with the node to retrieve.
Return Value
Type: System.Workflow.ComponentModel.Design::WorkflowOutlineNode^The WorkflowOutlineNode that is associated with activity.
A WorkflowOutline contains one WorkflowOutlineNode for each activity a user adds to a workflow design surface.
.NET Framework
Available since 3.0
Available since 3.0
Show: