Evento UITestInterpreter.ActionListStarted

Gerado antes do início da execução das 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 ActionListStarted As EventHandler(Of UITestActionListEventArgs)
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>
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