ExtractionEventArgs Class
Provides data for the ExtractValues event.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class ExtractionEventArgs _
Inherits EventArgs
'Usage
Dim instance As ExtractionEventArgs
public class ExtractionEventArgs : EventArgs
public ref class ExtractionEventArgs : public EventArgs
public class ExtractionEventArgs extends EventArgs
Remarks
Contains a set of event arguments that are associated with an extraction procedure. This class does not contain a public constructor.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.WebTesting.ExtractionEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace