UITestInterpreterCore.MoveToPreviousStep 方法 ()

 

将操作指针移动至当前所选操作列表中的上一个操作。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public bool MoveToPreviousStep()
public:
bool MoveToPreviousStep()
member MoveToPreviousStep : unit -> bool
Public Function MoveToPreviousStep As Boolean

返回值

Type: System.Boolean

如果成功,则为 true;错误,如果当前的操作是在 ActionList 或 ActionList 的第一个操作。无效的状态。

请参阅

UITestInterpreterCore 类
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间

返回页首