UITestInterpreterCore.InterpreterError, événement
Événement déclenché lorsqu'une erreur se produit au cours de l'interprétation de l'UITest.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
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>
Public Event InterpreterError As EventHandler(Of UITestErrorEventArgs)
Voir aussi
UITestInterpreterCore, classe
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms
Retour au début