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::TotalSteps Property
Gets the total number of steps in the test.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Property Value
Type: System::Int32The total number of steps in the test. The default is -1, which means the value has not been set.
Show: