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)
Syntax
'Declaration
Public Sub AddResultPage ( _
    pageKey As Guid, _
    name As String, _
    control As UserControl _
)
public void AddResultPage(
    Guid pageKey,
    string name,
    UserControl control
)
public:
void AddResultPage(
    Guid pageKey, 
    String^ name, 
    UserControl^ control
)
member AddResultPage : 
        pageKey:Guid * 
        name:string * 
        control:UserControl -> unit
public function AddResultPage(
    pageKey : Guid, 
    name : String, 
    control : UserControl
)
Parameters
- pageKey 
 Type: Guid- An ID for the page to add. 
- name 
 Type: String- The name of the page to add. 
- control 
 Type: UserControl- A user control to add to the newly created tab for the result. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.