Share via


UITestProgressEventArgs.TotalSteps Property

 

Gets the total number of steps in the test.

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

Syntax

public int TotalSteps { get; }
public:
property int TotalSteps {
    int get();
}
member TotalSteps : int with get
Public ReadOnly Property TotalSteps As Integer

Property Value

Type: System.Int32

The total number of steps in the test. The default is -1, which means the value has not been set.

See Also

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

Return to top