Поделиться через


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 - пространство имен