WebTestCondition.ElseItems 属性

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

语法

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

属性值

类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection

.NET Framework 安全性

请参见

参考

WebTestCondition 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间