Compartilhar via


WorkflowStepCollection.Item Property

Gets the workflow step item.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As WorkflowStepCollection
Dim stepIndex As Integer
Dim value As WorkflowStep

value = instance(stepIndex)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    stepIndex As Integer _
) As WorkflowStep
public WorkflowStep this [
    int stepIndex
] { get; }
public:
property WorkflowStep^ default [int] {
    WorkflowStep^ get (int stepIndex);
}
/** @property */
public WorkflowStep get_Item (int stepIndex)

Parameters

  • stepIndex
    Specifies the step index.

Property Value

Type: WorkflowStep.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WorkflowStepCollection Class
WorkflowStepCollection Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.