Partilhar via


Propriedade WebTestResultViewerExt.WindowCreatedEventArgs.WebTestResultViewer

Obtém o visualizador de resultados de teste da Web que gerou o evento.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Retorna o objeto de WebTestResultViewer que gerou o evento.

Segurança do .NET Framework

Consulte também

Referência

WebTestResultViewerExt.WindowCreatedEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting