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
public WebTestPageStatistics PageStatistics { get; }
public:
property WebTestPageStatistics^ PageStatistics {
WebTestPageStatistics^ get ();
}
member PageStatistics : WebTestPageStatistics with get
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.