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.

ExtractFormField::Extract Method (Object^, ExtractionEventArgs^)

 

Extracts the form field name and value that matches the Name property.

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

public:
virtual void Extract(
	Object^ sender,
	ExtractionEventArgs^ e
) override

Parameters

sender
Type: System::Object^

The object that raises the event.

e
Type: Microsoft.VisualStudio.TestTools.WebTesting::ExtractionEventArgs^

An ExtractionEventArgs that contains the request, response, and context event data.

If the name attribute value that is specified in the Name property is found, e.Success equals true.

Return to top
Show: