Partager via


UITestInterpreterCore.ActionListStarted, événement

 

L'événement généré avant l'exécution de chaque ActionList est démarré.

Espace de noms:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

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>
Public Event ActionListStarted As EventHandler(Of UITestActionListEventArgs)

Voir aussi

UITestInterpreterCore, classe
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms

Retour au début