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.

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

 

Extracts the value of an attribute if a match is found.

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 raising the event.

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

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

If the attribute value was found, e.Success is true; otherwise, e.Success is false.

Return to top
Show: