Evento WebTest.PreRequest
Ocorre antes de cada solicitação que este teste da Web é executado.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
Public Event PreRequest As EventHandler(Of PreRequestEventArgs)
Dim instance As WebTest
Dim handler As EventHandler(Of PreRequestEventArgs)
AddHandler instance.PreRequest, handler
public event EventHandler<PreRequestEventArgs> PreRequest
public:
event EventHandler<PreRequestEventArgs^>^ PreRequest {
void add (EventHandler<PreRequestEventArgs^>^ value);
void remove (EventHandler<PreRequestEventArgs^>^ value);
}
O JScript não oferece suporte a eventos.
Comentários
Para obter mais informações sobre como lidar com eventos, consulte Consumindo Eventos.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.