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.

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

 

Extracts the Inner Text of a particular HTML tag.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
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 sender of the event.

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

The ExtractionEventArgs that contains the event data.

Return to top
Show: