Share via


UITestProgressEventArgs Constructor (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.

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

Syntax

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

Parameters

  • currentStep
    Type: System.Int32

    The number of the current step.

See Also

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

Return to top