UITestInterpreterCore.InterpreterWarning 事件

 

解读 UITest 时出现警告的事件引发。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public event EventHandler<UITestWarningEventArgs> InterpreterWarning
public:
event EventHandler<UITestWarningEventArgs^>^ InterpreterWarning {
    void add(EventHandler<UITestWarningEventArgs^>^ value);
    void remove(EventHandler<UITestWarningEventArgs^>^ value);
}
member InterpreterWarning : IEvent<EventHandler<UITestWarningEventArgs>,
    UITestWarningEventArgs>
Public Event InterpreterWarning As EventHandler(Of UITestWarningEventArgs)

请参阅

UITestInterpreterCore 类
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间

返回页首