UITest.Executing 事件

 

在框架开始执行此 UI 测试时发生。

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

语法

public static event EventHandler<UITestEventArgs> Executing
public:
event EventHandler<UITestEventArgs^>^ Executing {
    static void add(EventHandler<UITestEventArgs^>^ value);
    static void remove(EventHandler<UITestEventArgs^>^ value);
}
static member Executing : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
Public Shared Event Executing As EventHandler(Of UITestEventArgs)

请参阅

UITestEventArgs
UITest 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首