Condividi tramite


Evento UITestInterpreterCore.ActionListCompleted

 

Evento generato dopo il completamento dell'esecuzione di ogni ActionList.

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> ActionListCompleted
public:
event EventHandler<UITestActionListEventArgs^>^ ActionListCompleted {
    void add(EventHandler<UITestActionListEventArgs^>^ value);
    void remove(EventHandler<UITestActionListEventArgs^>^ value);
}
member ActionListCompleted : IEvent<EventHandler<UITestActionListEventArgs>,
    UITestActionListEventArgs>
Public Event ActionListCompleted As EventHandler(Of UITestActionListEventArgs)

Vedere anche

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

Torna all'inizio