UITestProgressEventArgs Constructor (Int32, UITestAction)

 

Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.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

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

Parameters

  • thinkTime
    Type: System.Int32

    The number of seconds set for think time on the associated action.

See Also

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

Return to top