UITestInterpreter.InterpreterProgress (Evento)

Se genera para notificar el progreso con la ejecución de pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (en Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

UITestInterpreter Clase

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (Espacio de nombres)

UITestActionEventArgs