Condividi tramite


Evento UITestInterpreterCore.ActionListStarted

L'evento viene generato prima dell'esecuzione di ogni ActionList viene avviato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestInterpreterCore Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration