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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
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.
Show: