WebTestResultViewerExt.ActiveWebTestResultViewer 属性

获取最近使用的播放工具窗口。

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

语法

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

属性值

类型:Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
返回表示最近使用的播放工具窗口的 WebTestResultViewer 对象。

.NET Framework 安全性

请参见

参考

WebTestResultViewerExt 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间