UITestInterpreterCore.MoveToPreviousStep Method

Moves the action pointer to the previous action of the currently selected ActionList.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.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: Boolean
True if it is successful; false if the current action is the first action in the ActionList or the ActionList is in an invalid state.

.NET Framework Security

See Also

Reference

UITestInterpreterCore Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace