Freigeben über


UITestInterpreter.ActionListStarted-Ereignis

Wird ausgelöst vor dem Start der Ausführung der Aktionen in einer Aktionsliste.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
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 unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestInterpreter Klasse

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace

UITestActionEventArgs