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.

WebTestRecorderPlugin::PostWebTestRecording Method (Object^, PostWebTestRecordingEventArgs^)

 

Called by the Web performance testing framework after a Web performance test has been recorded.

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

public:
virtual void PostWebTestRecording(
	Object^ sender,
	PostWebTestRecordingEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: Microsoft.VisualStudio.TestTools.WebTesting::PostWebTestRecordingEventArgs^

A PostWebTestRecordingEventArgs that contains the event data.

Return to top
Show: