UITestInterpreter.InterpreterProgress Event

Raised to report progress of the test execution.

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

Syntax

'Declaration
Public Event InterpreterProgress As EventHandler(Of UITestProgressEventArgs)
public event EventHandler<UITestProgressEventArgs> InterpreterProgress
public:
 event EventHandler<UITestProgressEventArgs^>^ InterpreterProgress {
    void add (EventHandler<UITestProgressEventArgs^>^ value);
    void remove (EventHandler<UITestProgressEventArgs^>^ value);
}
member InterpreterProgress : IEvent<EventHandler<UITestProgressEventArgs>,
    UITestProgressEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestActionEventArgs