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

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

NameDescription
System_CAPS_pubmethodUITestProgressEventArgs(Int32, Int32, UITestAction^)

Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class by using the provided step number, total steps, and test action.

System_CAPS_pubmethodUITestProgressEventArgs(Int32, UITestAction^)

Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class by using the provided value and test action.

Return to top
Show: