Wraps a Web test playback window.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public NotInheritable Class WebTestResultViewer
public sealed class WebTestResultViewer
public ref class WebTestResultViewer sealed
[<Sealed>]
type WebTestResultViewer =  class end
public final class WebTestResultViewer
The WebTestResultViewer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Details | Gets a value that represents the test results. | 
| .gif) | SelectedItem | Gets the currently selected item. | 
| .gif) | SelectedRequestItem | Gets the result of the currently selected request. | 
| .gif) | TestResultId | Gets the test result ID for the result window. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddResultPage | Adds a result page to the playback user interface (UI). | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetSelectedText | Returns the selected text. | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | RemoveResultPage | Removes a results page from the playback UI. | 
| .gif) | SelectItemInRequestGrid | Selects an item in the request grid. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.