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.

WebTestResultViewer::AddResultPage Method (Guid, String^, UserControl^)

 

Adds a result page to the playback user interface (UI).

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

public:
void AddResultPage(
	Guid pageKey,
	String^ name,
	UserControl^ control
)

Parameters

pageKey
Type: System::Guid

An ID for the page to add.

name
Type: System::String^

The name of the page to add.

control
Type: System.Windows.Forms::UserControl^

A user control to add to the newly created tab for the result.

Return to top
Show: