Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
UITestProgressEventArgs(
	int thinkTime,
	UITestAction^ action
)

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.

Return to top
Show: