Udostępnij za pośrednictwem


PostPageEventArgs.PageStatistics Property

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
'Usage
Dim instance As PostPageEventArgs 
Dim value As WebTestPageStatistics 

value = instance.PageStatistics
public WebTestPageStatistics PageStatistics { get; }
public:
property WebTestPageStatistics^ PageStatistics {
    WebTestPageStatistics^ get ();
}
public 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

See Also

Reference

PostPageEventArgs Class

PostPageEventArgs Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace