Compartir a través de


WebTest.ValidateResponse (Evento)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

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

Seguridad de .NET Framework

Vea también

Referencia

WebTest Clase

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