WorkflowData.GetStepByIndex(Int32) 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.
Gets the step by index
public:
Microsoft::Uii::Desktop::Core::WorkflowStep ^ GetStepByIndex(int stepIndex);
public Microsoft.Uii.Desktop.Core.WorkflowStep GetStepByIndex (int stepIndex);
member this.GetStepByIndex : int -> Microsoft.Uii.Desktop.Core.WorkflowStep
Public Function GetStepByIndex (stepIndex As Integer) As WorkflowStep
Parameters
- stepIndex
- Int32
Specifies the workflow step index.
Returns
Workflow step