使用所提供的值和测试操作初始化 T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs 类的新实例。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public UITestProgressEventArgs(
int thinkTime,
UITestAction action
)
public:
UITestProgressEventArgs(
int thinkTime,
UITestAction^ action
)
new :
thinkTime:int *
action:UITestAction -> UITestProgressEventArgs
Public Sub New (
thinkTime As Integer,
action As UITestAction
)
参数
- thinkTime
相关操作的思考时间秒数设置。
- action
一个 UITestAction 对象。
请参阅
UITestAction
UITestProgressEventArgs 重载
UITestProgressEventArgs 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首