Condividi tramite


Proprietà WebTestResultViewerExt.ActiveWebTestResultViewer

Ottiene la finestra degli strumenti utilizzata di riproduzione usata di recente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Restituisce un oggetto WebTestResultViewer che rappresenta la finestra degli strumenti di riproduzione usata di recente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResultViewerExt Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting