共用方式為


UITestInterpreterCore.ActionStarted 事件

在執行 UITestAction 之前引發的事件。

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

語法

'宣告
Public Event ActionStarted As EventHandler(Of UITestActionEventArgs)
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>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

UITestInterpreterCore 類別

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