Condividi tramite


Proprietà PostPageEventArgs.PageStatistics

Ottiene un oggetto WebTestPageStatistics contenente le statistiche sull'esecuzione della pagina.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PageStatistics As WebTestPageStatistics
    Get
public WebTestPageStatistics PageStatistics { get; }
public:
property WebTestPageStatistics^ PageStatistics {
    WebTestPageStatistics^ get ();
}
member PageStatistics : WebTestPageStatistics
function get PageStatistics () : WebTestPageStatistics

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPageStatistics
Oggetto WebTestPageStatistics contenente le statistiche sull'esecuzione della pagina.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PostPageEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting