UITestProgressEventArgs Class
Represents the event arguments for events that report the progress of a T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.UITest.Common::UITestProgressEventArgs
| 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. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the associated UITestAction object. |
![]() | CurrentStep | Gets the number of the current step. |
![]() | ThinkTime | Gets the think time for the associated action. |
![]() | TotalSteps | Gets the total number of steps in the test. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


