Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a WebTestPageStatistics object that contains statistics about the execution of the page.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
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
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPageStatistics
A WebTestPageStatistics object that contains statistics about the execution of the page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.