UITestInterpreter.ActionListStarted 事件

在操作列表中的操作开始执行前引发。

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

语法

声明
Public Event ActionListStarted As EventHandler(Of UITestActionListEventArgs)
public event EventHandler<UITestActionListEventArgs> ActionListStarted
public:
 event EventHandler<UITestActionListEventArgs^>^ ActionListStarted {
    void add (EventHandler<UITestActionListEventArgs^>^ value);
    void remove (EventHandler<UITestActionListEventArgs^>^ value);
}
member ActionListStarted : IEvent<EventHandler<UITestActionListEventArgs>,
    UITestActionListEventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参见

参考

UITestInterpreter 类

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

UITestActionEventArgs