UITestInterpreter.MoveToLastStep Method
Sets the current action to the last 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 MoveToLastStep As Boolean
public bool MoveToLastStep()
public:
bool MoveToLastStep()
member MoveToLastStep : unit -> bool
public function MoveToLastStep() : boolean
Return Value
Type: System.Boolean
true if successful; false if the action list is in an invalid state.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace