UITestProgressEventArgs Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the event arguments for events that report the progress of a UITest.

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

Syntax

'Declaration
Public Class UITestProgressEventArgs _
    Inherits EventArgs
'Usage
Dim instance As UITestProgressEventArgs
public class UITestProgressEventArgs : EventArgs
public ref class UITestProgressEventArgs : public EventArgs
type UITestProgressEventArgs =  
    class
        inherit EventArgs
    end
public class UITestProgressEventArgs extends EventArgs

Inheritance Hierarchy

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

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

Reference

UITestProgressEventArgs Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITest