Condividi tramite


Evento UITestInterpreterCore.ActionListStarted

 

L'evento 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

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)

Vedere anche

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

Torna all'inizio