Udostępnij za pośrednictwem


LoadTestPackageExt.WebTestResultViewerExt Property

The Web test user interface.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Syntax

'Declaration
Public ReadOnly Property WebTestResultViewerExt As WebTestResultViewerExt
public WebTestResultViewerExt WebTestResultViewerExt { get; }
public:
property WebTestResultViewerExt^ WebTestResultViewerExt {
    WebTestResultViewerExt^ get ();
}
member WebTestResultViewerExt : WebTestResultViewerExt
function get WebTestResultViewerExt () : WebTestResultViewerExt

Property Value

Type: Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewerExt
The Web test result viewer user interface, if present; otherwise, nulla null reference (Nothing in Visual Basic).

Remarks

Handles the WindowCreated event to determine when the Web test result viewer is present.

.NET Framework Security

See Also

Reference

LoadTestPackageExt Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace