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 first 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 MoveToFirstStep As Boolean
public bool MoveToFirstStep()
public:
bool MoveToFirstStep()
member MoveToFirstStep : unit -> bool
public function MoveToFirstStep() : boolean
Return Value
Type: System.Boolean
true if the action is 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