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::CurrentStep Property

 

Gets the number of the current step.

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

public:
property int CurrentStep {
	int get();
}

Property Value

Type: System::Int32

The number of the current step. The default is -1, which means the property has not been set.

Return to top
Show: