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