UITestInterpreter.MoveToPreviousStep Method

Sets the current action to the previous 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 MoveToPreviousStep As Boolean
public bool MoveToPreviousStep()
public:
bool MoveToPreviousStep()
member MoveToPreviousStep : unit -> bool 
public function MoveToPreviousStep() : boolean

Return Value

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

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace