Partilhar via


Propriedade WebTestResultViewerExt.ActiveWebTestResultViewer

Obtém a janela recentemente usada da reprodução.

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

Sintaxe

'Declaração
Public ReadOnly Property ActiveWebTestResultViewer As WebTestResultViewer
public WebTestResultViewer ActiveWebTestResultViewer { get; }
public:
property WebTestResultViewer^ ActiveWebTestResultViewer {
    WebTestResultViewer^ get ();
}
member ActiveWebTestResultViewer : WebTestResultViewer with get
function get ActiveWebTestResultViewer () : WebTestResultViewer

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Retorna um objeto de WebTestResultViewerque representa a janela recentemente usada da reprodução.

Segurança do .NET Framework

Consulte também

Referência

WebTestResultViewerExt Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting