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.
Moves the current action pointer to the last 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 MoveToLastStep As Boolean
public bool MoveToLastStep()
public:
bool MoveToLastStep()
member MoveToLastStep : unit -> bool
public function MoveToLastStep() : boolean
Return Value
Type: Boolean
True if it is successful; false if the ActionList 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