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 with get
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
- 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.