Removes a results page from the playback UI.
Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Sub RemoveResultPage ( _
    pageKey As Guid _
)
public void RemoveResultPage(
    Guid pageKey
)
public:
void RemoveResultPage(
    Guid pageKey
)
member RemoveResultPage : 
        pageKey:Guid -> unit
public function RemoveResultPage(
    pageKey : Guid
)
Parameters
- pageKey 
 Type: Guid- The identifier of the page to remove. 
.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.