PostWebTestRecordingEventArgs Class
No content here will be updated; please do not add material here.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.WebTesting::PostWebTestRecordingEventArgs
| Name | Description | |
|---|---|---|
![]() | IsRecordingForNewWebTest | Gets a value that indicates whether this Web performance test is a new Web performance test, or an insert into an existing Web performance test. |
![]() | NonDynamicQueryStringParamList | |
![]() | RecordedWebTest | Gets a reference to the Web performance test after the recording. |
![]() | RecordedWebTestDeploymentItems | Items added to this collection will be added as deployment items to the Web performance test. |
![]() | RecordedWebTestModified | Gets or sets the indication that a plug-in modified the contents of the recorded Web performance test in the event handler. |
![]() | RecordedWebTestResult | Gets a reference to the WebTestResultIteration object that contains all details of the HTTP requests and responses that occurred during the recording session. |
| 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.) |
No content here will be updated; please do not add material here.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


