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 next 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 MoveToNextStep As Boolean
public bool MoveToNextStep()
public:
bool MoveToNextStep()
member MoveToNextStep : unit -> bool
public function MoveToNextStep() : boolean
Return Value
Type: System.Boolean
true if successful; false if the last 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