UITestInterpreterCore.ActionListStarted 事件

 

在每个 ActionList 之前执行引发的事件启动。

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

语法

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>
Public Event ActionListStarted As EventHandler(Of UITestActionListEventArgs)

请参阅

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

返回页首