Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event arguments for events that report the progress of a T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.UITest.Common.UITestProgressEventArgs
Syntax
public class UITestProgressEventArgs : EventArgs
public ref class UITestProgressEventArgs : EventArgs
type UITestProgressEventArgs =
class
inherit EventArgs
end
Public Class UITestProgressEventArgs
Inherits EventArgs
Constructors
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. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top