Partager via


PostWebTestRecordingEventArgs.RecordedWebTestDeploymentItems, propriété

Les éléments ajoutés à cette collection le seront en tant qu'éléments de déploiement au test de performances Web.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RecordedWebTestDeploymentItems As IList(Of String)
    Get
public IList<string> RecordedWebTestDeploymentItems { get; }
public:
property IList<String^>^ RecordedWebTestDeploymentItems {
    IList<String^>^ get ();
}
member RecordedWebTestDeploymentItems : IList<string>
function get RecordedWebTestDeploymentItems () : IList<String>

Valeur de propriété

Type : System.Collections.Generic.IList<String>
Collection d'éléments de déploiement.

Sécurité .NET Framework

Voir aussi

Référence

PostWebTestRecordingEventArgs Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms