WebTestConditionalConstruct.Items 属性

获取 WebTestItem 对象的集合。

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

语法

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

属性值

类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
WebTestItem 对象的集合。

.NET Framework 安全性

请参见

参考

WebTestConditionalConstruct 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间