WebTestResultViewer.RemoveResultPage Method

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

See Also

Reference

WebTestResultViewer Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace