Sdílet prostřednictvím


PostPageEventArgs.PageStatistics – vlastnost

Získá WebTestPageStatistics objekt, který obsahuje statistiku o zpracování stránky.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPageStatistics
Objekt WebTestPageStatistics, který obsahuje statistiku o zpracování stránky.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

PostPageEventArgs Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů