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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。