共用方式為


UITest.Executing 事件

發生於框架開始執行此 UI 測試時。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Public Shared Event Executing As EventHandler(Of UITestEventArgs)
public static event EventHandler<UITestEventArgs> Executing
public:
static  event EventHandler<UITestEventArgs^>^ Executing {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member Executing : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

UITest 類別

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間

UITestEventArgs