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