Compartir a través de


PostWebTestRecordingEventArgs.RecordedWebTestDeploymentItems (Propiedad)

Los elementos agregados a esta colección se agregarán como elementos de implementación a la prueba de rendimiento web.

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

Sintaxis

'Declaración
Public ReadOnly Property RecordedWebTestDeploymentItems As IList(Of String)
public IList<string> RecordedWebTestDeploymentItems { get; }
public:
property IList<String^>^ RecordedWebTestDeploymentItems {
    IList<String^>^ get ();
}
member RecordedWebTestDeploymentItems : IList<string> with get
function get RecordedWebTestDeploymentItems () : IList<String>

Valor de propiedad

Tipo: System.Collections.Generic.IList<String>
Una colección de elementos de implementación.

Seguridad de .NET Framework

Vea también

Referencia

PostWebTestRecordingEventArgs Clase

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