UITestInterpreter.ActionListCompleted (Evento)

Se genera al completar todas las acciones en una lista de acciones.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (en Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

UITestInterpreter Clase

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (Espacio de nombres)

UITestActionEventArgs