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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。