UITestInterpreterCore.MoveToLastStep 方法

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

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

语法

声明
Public Function MoveToLastStep As Boolean
public bool MoveToLastStep()
public:
bool MoveToLastStep()
member MoveToLastStep : unit -> bool 
public function MoveToLastStep() : boolean

返回值

类型:System.Boolean
True,则成功;错误,如果ActionList处于无效状态。

.NET Framework 安全性

请参见

参考

UITestInterpreterCore 类

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