UITestInterpreter.MoveToFirstStep Method

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

Return Value

Type: System.Boolean
true if the action is successful; false if the action list is in an invalid state.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace