Evento UITestInterpreter.ActionListCompleted

Gerado quando tem concluído a todas as ações em uma lista de ação.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (em Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

UITestInterpreter Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

UITestActionEventArgs