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

'Dichiarazione
Public Event ActionListCompleted As EventHandler(Of UITestActionListEventArgs)
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>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestInterpreterCore Classe

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