Evento UITest.Executing

Ocorre quando o framework começa a executar esse teste de interface do usuário.

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

Sintaxe

'Declaração
Public Shared Event Executing As EventHandler(Of UITestEventArgs)
public static event EventHandler<UITestEventArgs> Executing
public:
static  event EventHandler<UITestEventArgs^>^ Executing {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member Executing : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

UITest Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITestEventArgs