UITestInterpreterCore.MoveToNextStep Method ()
Moves the action pointer to the next 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
public bool MoveToNextStep()
public:
bool MoveToNextStep()
member MoveToNextStep : unit -> bool
Public Function MoveToNextStep As Boolean
Return Value
Type: System.Boolean
True if it is successful; false if the current action is the last action in the ActionList or the ActionList is in an invalid state.
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top