LoadTestPackageExt.WebTestResultViewerExt 属性

Web 测试用户界面。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestPackage(在 Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll 中)

语法

声明
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

属性值

类型:Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewerExt
存在的 Web 测试结果查看器用户界面;否则 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

处理 WindowCreated 事件,以确定 Web 测试结果查看器出现时间。

.NET Framework 安全性

请参见

参考

LoadTestPackageExt 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间