WebTestResultViewerExt.TestCompletedEventArgs.WebTestResultViewer 属性

获取引发事件的 Web 测试结果查看器。

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

语法

声明
Public ReadOnly Property WebTestResultViewer As WebTestResultViewer
public WebTestResultViewer WebTestResultViewer { get; }
public:
property WebTestResultViewer^ WebTestResultViewer {
    WebTestResultViewer^ get ();
}
member WebTestResultViewer : WebTestResultViewer with get
function get WebTestResultViewer () : WebTestResultViewer

属性值

类型:Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
返回引发事件的 WebTestResultViewer

.NET Framework 安全性

请参见

参考

WebTestResultViewerExt.TestCompletedEventArgs 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间