UITestInterpreterCore.ActionStarted 事件

 

UITestAction 执行前引发事件。

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

语法

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

请参阅

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

返回页首