Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the step by index
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As WorkflowData
Dim stepIndex As Integer
Dim returnValue As WorkflowStep
returnValue = instance.GetStepByIndex(stepIndex)
Syntax
'Declaration
Public Function GetStepByIndex ( _
stepIndex As Integer _
) As WorkflowStep
public WorkflowStep GetStepByIndex (
int stepIndex
)
public:
WorkflowStep^ GetStepByIndex (
int stepIndex
)
public WorkflowStep GetStepByIndex (
int stepIndex
)
public function GetStepByIndex (
stepIndex : int
) : WorkflowStep
Parameters
- stepIndex
Specifies the workflow step index.
Return Value
Workflow step
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
WorkflowData Class
WorkflowData Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.