UITestProgressEventArgs Constructor (Int32, UITestAction)

Initializes a new instance of the UITestProgressEventArgs class by using the provided value and test action.

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

Syntax

'Declaration
Public Sub New ( _
    thinkTime As Integer, _
    action As UITestAction _
)
public UITestProgressEventArgs(
    int thinkTime,
    UITestAction action
)
public:
UITestProgressEventArgs(
    int thinkTime, 
    UITestAction^ action
)
new : 
        thinkTime:int * 
        action:UITestAction -> UITestProgressEventArgs
public function UITestProgressEventArgs(
    thinkTime : int, 
    action : UITestAction
)

Parameters

  • thinkTime
    Type: System.Int32
    The number of seconds set for think time on the associated action.

.NET Framework Security

See Also

Reference

UITestProgressEventArgs Class

UITestProgressEventArgs Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestAction