WebTest.ValidateResponse 事件

在对 Web 性能测试请求的响应已收到并且已准备好进行验证时发生。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
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 不支持事件。

.NET Framework 安全性

请参见

参考

WebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间