Sdílet prostřednictvím


UITestInterpreterCore.InterpreterError – událost

Událost aktivovaná při výskytu chyby při interpretaci UITest.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestInterpreterCore Třída

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration – obor názvů