WebTestResultViewer.RemoveResultPage Method (Guid)

 

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

public void RemoveResultPage(
    Guid pageKey
)
public:
void RemoveResultPage(
    Guid pageKey
)
member RemoveResultPage : 
        pageKey:Guid -> unit
Public Sub RemoveResultPage (
    pageKey As Guid
)

Parameters

  • pageKey
    Type: System.Guid

    The identifier of the page to remove.

See Also

WebTestResultViewer Class
Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Return to top