Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestRequest::ExtractValues Event

 

Occurs after the ValidateResponse event.

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

public:
event EventHandler<ExtractionEventArgs^>^ ExtractValues {
	void add(EventHandler<ExtractionEventArgs^>^ value);
	void remove(EventHandler<ExtractionEventArgs^>^ value);
}

Raised to allow values to be extracted from the response.

Return to top
Show: