ExtractionEventArgs Class
Provides data for the ExtractValues event.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Message | Gets or sets a message that is associated with the results of the ExtractValues event. |
![]() | Request | Gets the WebTestRequest object that generated the response. |
![]() | Response | Gets the WebTestResponse object from which to extract values into the context. |
![]() | Success | Gets or sets a value that indicates whether the extraction rule succeeded. |
![]() | WebTest | Gets the Web performance test that contains the request that triggered the extraction event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Contains a set of event arguments that are associated with an extraction procedure. This class does not contain a public constructor.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


