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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.