Partager via


UITestInterpreter.InterpreterError, événement

Déclenché lorsqu'une erreur se produit pendant l'exécution.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly :  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (dans Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

UITestInterpreter Classe

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms

UITestActionEventArgs