UITestProgressEventArgs Class

 

Represents the event arguments for events that report the progress of a T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.UITest.Common.UITestProgressEventArgs

Syntax

public class UITestProgressEventArgs : EventArgs
public ref class UITestProgressEventArgs : EventArgs
type UITestProgressEventArgs = 
    class
        inherit EventArgs
    end
Public Class UITestProgressEventArgs
    Inherits EventArgs

Constructors

Name Description
System_CAPS_pubmethod UITestProgressEventArgs(Int32, Int32, UITestAction)

Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class by using the provided step number, total steps, and test action.

System_CAPS_pubmethod UITestProgressEventArgs(Int32, UITestAction)

Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs class by using the provided value and test action.

Properties

Name Description
System_CAPS_pubproperty Action

Gets the associated UITestAction object.

System_CAPS_pubproperty CurrentStep

Gets the number of the current step.

System_CAPS_pubproperty ThinkTime

Gets the think time for the associated action.

System_CAPS_pubproperty TotalSteps

Gets the total number of steps in the test.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top