共用方式為


UITestInterpreterCore.ActionListStarted 事件

在每個 ActionList 之前執行期間引發的事件來啟動。

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

語法

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

.NET Framework 安全性

請參閱

參考

UITestInterpreterCore 類別

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