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

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

Property Value

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

.NET Framework Security

See Also

Reference

UITestProgressEventArgs Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace