WorkflowStepCollection.Item[Int32] Property
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 workflow step item.
public:
property Microsoft::Uii::Desktop::Core::WorkflowStep ^ default[int] { Microsoft::Uii::Desktop::Core::WorkflowStep ^ get(int stepIndex); };
public Microsoft.Uii.Desktop.Core.WorkflowStep this[int stepIndex] { get; }
member this.Item(int) : Microsoft.Uii.Desktop.Core.WorkflowStep
Default Public ReadOnly Property Item(stepIndex As Integer) As WorkflowStep
Parameters
- stepIndex
- Int32
Specifies the step index.