Freigeben über


WebTestResultViewerExt.WindowCreatedEventArgs.WebTestResultViewer-Eigenschaft

Ruft den Webtest-Ergebnisviewer ab, der das Ereignis ausgelöst hat.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Gibt das WebTestResultViewer-Objekt zurück, durch das das Ereignis ausgelöst wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResultViewerExt.WindowCreatedEventArgs Klasse

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace