WebTestResultViewerExt.ActiveWebTestResultViewer Property

Gets the most recently used playback tool window.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Syntax

'Declaration
Public ReadOnly Property ActiveWebTestResultViewer As WebTestResultViewer
public WebTestResultViewer ActiveWebTestResultViewer { get; }
public:
property WebTestResultViewer^ ActiveWebTestResultViewer {
    WebTestResultViewer^ get ();
}
member ActiveWebTestResultViewer : WebTestResultViewer with get
function get ActiveWebTestResultViewer () : WebTestResultViewer

Property Value

Type: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Returns a WebTestResultViewerobject that represents the most recently used playback tool window.

.NET Framework Security

See Also

Reference

WebTestResultViewerExt Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace