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.

PostWebTestRecordingEventArgs Class

 

No content here will be updated; please do not add material here.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.TestTools.WebTesting::PostWebTestRecordingEventArgs

public ref class PostWebTestRecordingEventArgs : EventArgs

NameDescription
System_CAPS_pubpropertyIsRecordingForNewWebTest

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.

System_CAPS_pubpropertyNonDynamicQueryStringParamList

System_CAPS_pubpropertyRecordedWebTest

Gets a reference to the Web performance test after the recording.

System_CAPS_pubpropertyRecordedWebTestDeploymentItems

Items added to this collection will be added as deployment items to the Web performance test.

System_CAPS_pubpropertyRecordedWebTestModified

Gets or sets the indication that a plug-in modified the contents of the recorded Web performance test in the event handler.

System_CAPS_pubpropertyRecordedWebTestResult

Gets a reference to the WebTestResultIteration object that contains all details of the HTTP requests and responses that occurred during the recording session.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: