UITestInterpreterCore.MoveToFirstStep Method

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

Return Value

Type: Boolean
True if it is successful; false if the ActionList is in an invalid state.

.NET Framework Security

See Also

Reference

UITestInterpreterCore Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace