The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestProgressEventArgs Constructor (Int32, UITestAction^)
Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class by using the provided value and test action.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- thinkTime
-
Type:
System::Int32
The number of seconds set for think time on the associated action.
- action
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^
A UITestAction object.
Show: