WebTestRequest.ExtractValues Event

Occurs after the ValidateResponse event.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Event ExtractValues As EventHandler(Of ExtractionEventArgs)
public event EventHandler<ExtractionEventArgs> ExtractValues
public:
 event EventHandler<ExtractionEventArgs^>^ ExtractValues {
    void add (EventHandler<ExtractionEventArgs^>^ value);
    void remove (EventHandler<ExtractionEventArgs^>^ value);
}
member ExtractValues : IEvent<EventHandler<ExtractionEventArgs>,
    ExtractionEventArgs>
JScript does not support events.

Remarks

Raised to allow values to be extracted from the response.

.NET Framework Security

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace