Compartir a través de


WebTestResultViewerExt.TestCompleted (Evento)

Se produce cuando se completa una prueba en una ventana de reproducción de pruebas web.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (en Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Sintaxis

'Declaración
Public Event TestCompleted As EventHandler(Of WebTestResultViewerExt.TestCompletedEventArgs)
public event EventHandler<WebTestResultViewerExt.TestCompletedEventArgs> TestCompleted
public:
 event EventHandler<WebTestResultViewerExt::TestCompletedEventArgs^>^ TestCompleted {
    void add (EventHandler<WebTestResultViewerExt::TestCompletedEventArgs^>^ value);
    void remove (EventHandler<WebTestResultViewerExt::TestCompletedEventArgs^>^ value);
}
member TestCompleted : IEvent<EventHandler<WebTestResultViewerExt.TestCompletedEventArgs>,
    WebTestResultViewerExt.TestCompletedEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

WebTestResultViewerExt Clase

Microsoft.VisualStudio.TestTools.LoadTesting (Espacio de nombres)