获取 Web 性能测试项包含定时事务的列表。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
Public ReadOnly Property Items As WebTestItemCollection
Get
public WebTestItemCollection Items { get; }
public:
property WebTestItemCollection^ Items {
WebTestItemCollection^ get ();
}
member Items : WebTestItemCollection
function get Items () : WebTestItemCollection
属性值
类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Web 性能测试项集合。
备注
Web 性能测试项包括请求、注释、所包括 Web 性能测试以及嵌入事务。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。