Evento WebTest.PostWebTest
Ocorre após a execução de teste da Web.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
Public Event PostWebTest As EventHandler(Of PostWebTestEventArgs)
Dim instance As WebTest
Dim handler As EventHandler(Of PostWebTestEventArgs)
AddHandler instance.PostWebTest, handler
public event EventHandler<PostWebTestEventArgs> PostWebTest
public:
event EventHandler<PostWebTestEventArgs^>^ PostWebTest {
void add (EventHandler<PostWebTestEventArgs^>^ value);
void remove (EventHandler<PostWebTestEventArgs^>^ 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.