Partilhar via


Propriedade WebTestConditionalConstruct.Items

Obtém a coleção de WebTestItem objetos.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
A coleção de WebTestItem objetos.

Segurança do .NET Framework

Consulte também

Referência

WebTestConditionalConstruct Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting