UITestInterpreterCore.InterpreterError (Evento)

Evento se produce cuando aparece un error cuando interpreta el UITest.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.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

UITestInterpreterCore Clase

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