WorkflowStepCollection.Add(WorkflowStep) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a workflow step to the collection.
public:
void Add(Microsoft::Uii::Desktop::Core::WorkflowStep ^ step);
public void Add (Microsoft.Uii.Desktop.Core.WorkflowStep step);
member this.Add : Microsoft.Uii.Desktop.Core.WorkflowStep -> unit
Public Sub Add (step As WorkflowStep)
Parameters
- step
- WorkflowStep
Specifies the workflow step.