Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the current action to the previous 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 MoveToPreviousStep As Boolean
public bool MoveToPreviousStep()
public:
bool MoveToPreviousStep()
member MoveToPreviousStep : unit -> bool
public function MoveToPreviousStep() : boolean
Return Value
Type: System.Boolean
true if successful; false if the first action in the list was already the current action.
.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