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
Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| Name | Description | |
|---|---|---|
![]() | UITestProgressEventArgs(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. |
![]() | UITestProgressEventArgs(Int32, UITestAction^) | Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class by using the provided value and test action. |
Show:
