Partilhar via


Evento UITestInterpreter.UITestStarted

Gerado antes do teste começa a executar.

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

Sintaxe

'Declaração
Public Event UITestStarted As EventHandler(Of UITestEventArgs)
public event EventHandler<UITestEventArgs> UITestStarted
public:
 event EventHandler<UITestEventArgs^>^ UITestStarted {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member UITestStarted : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
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