Share via


UITestProgressEventArgs Constructor

 

Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class.

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

Overload List

Name Description
System_CAPS_pubmethod 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.

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

See Also

UITestProgressEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top