UITestInterpreter.MoveToNextStep Method

Sets the current action to the next action in the currently selected action list.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Function MoveToNextStep As Boolean
public bool MoveToNextStep()
public:
bool MoveToNextStep()
member MoveToNextStep : unit -> bool 
public function MoveToNextStep() : boolean

Return Value

Type: System.Boolean
true if successful; false if the last action in the list was already the current action.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace