Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
UITestProgressEventArgs(
	int currentStep,
	int totalSteps,
	UITestAction^ action
)

Parameters

currentStep
Type: System::Int32

The number of the current step.

totalSteps
Type: System::Int32

The total number of steps.

action
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^

A UITestAction object.

Return to top
Show: