Evento UITestInterpreterCore.InterpreterError
Evento gerado quando ocorre um erro quando interpretando o UITest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
'Declaração
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 não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration