共用方式為


UITestInterpreterCore.InterpreterError 事件

在解譯 UITest 期間發生錯誤時所引發的事件。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
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 不支援事件。

.NET Framework 安全性

請參閱

參考

UITestInterpreterCore 類別

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空間