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)

Syntax

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

Property Value

Type: System.Int32

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

See Also

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

Return to top