WebTestResultViewerExt.WindowCreatedEventArgs.WebTestResultViewer Property

Gets the Web test results viewer that raised the event.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Returns the WebTestResultViewer object that raised the event.

.NET Framework Security

See Also

Reference

WebTestResultViewerExt.WindowCreatedEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace