Compartir a través de


WebTestConditionalConstruct.Items (Propiedad)

Obtiene la colección de objetos WebTestItem.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
La colección de objetos WebTestItem.

Seguridad de .NET Framework

Vea también

Referencia

WebTestConditionalConstruct Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)