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
public WebTestResultViewer ActiveWebTestResultViewer { get; }
public:
property WebTestResultViewer^ ActiveWebTestResultViewer {
WebTestResultViewer^ get();
}
member ActiveWebTestResultViewer : WebTestResultViewer with get
Public ReadOnly Property ActiveWebTestResultViewer As WebTestResultViewer
Property Value
Type: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Returns a WebTestResultViewerobject that represents the most recently used playback tool window.
See Also
WebTestResultViewerExt Class
Microsoft.VisualStudio.TestTools.LoadTesting Namespace
Return to top