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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.