TransactionTimer.Items 属性

获取 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 安全性

请参见

参考

TransactionTimer 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间