Compartir a través de


DeclarativeWebTest.Items (Propiedad)

Obtiene o establece el conjunto de elementos incluidos en esta prueba de rendimiento web. Los elementos son transacciones, solicitudes, comentarios y pruebas de rendimiento web incluidas.

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

Sintaxis

'Declaración
Public Property Items As WebTestItemCollection
public WebTestItemCollection Items { get; internal set; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
    internal: void set (WebTestItemCollection^ value);
}
member Items : WebTestItemCollection with get, internal set
function get Items () : WebTestItemCollection 
internal function set Items (value : WebTestItemCollection)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Una colección de elementos.

Seguridad de .NET Framework

Vea también

Referencia

DeclarativeWebTest Clase

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