解读 UITest 时出现错误的事件引发。
命名空间: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
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)
请参阅
UITestInterpreterCore 类
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间
返回页首