WorkflowData.GetStepByIndex(Int32) Method

Definition

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

Applies to