Share via


WebTestResultViewerExt.TestCompletedEventArgs.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 with get
function get WebTestResultViewer () : WebTestResultViewer

Property Value

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

.NET Framework Security

See Also

Reference

WebTestResultViewerExt.TestCompletedEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace