UITestInterpreter.InterpreterError (Evento)

Se genera al producirse un error durante la ejecución.

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 InterpreterError As EventHandler(Of UITestErrorEventArgs)
public event EventHandler<UITestErrorEventArgs> InterpreterError
public:
 event EventHandler<UITestErrorEventArgs^>^ InterpreterError {
    void add (EventHandler<UITestErrorEventArgs^>^ value);
    void remove (EventHandler<UITestErrorEventArgs^>^ value);
}
member InterpreterError : IEvent<EventHandler<UITestErrorEventArgs>,
    UITestErrorEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

UITestInterpreter Clase

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

UITestActionEventArgs