Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Evento generato quando si verifica un errore durante l'interpretazione di UITest.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintassi
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)
Vedere anche
Classe UITestInterpreterCore
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Torna all'inizio