ExtractionRule.Extract(Object, ExtractionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract void Extract(System::Object ^ sender, Microsoft::VisualStudio::TestTools::WebTesting::ExtractionEventArgs ^ e);
public abstract void Extract (object sender, Microsoft.VisualStudio.TestTools.WebTesting.ExtractionEventArgs e);
abstract member Extract : obj * Microsoft.VisualStudio.TestTools.WebTesting.ExtractionEventArgs -> unit
Public MustOverride Sub Extract (sender As Object, e As ExtractionEventArgs)
Parameters
- sender
- Object