Partilhar via


Propriedade PostWebTestRecordingEventArgs.RecordedWebTestDeploymentItems

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

Sintaxe

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

Tipo: IList<String>

Segurança do .NET Framework

Consulte também

Referência

PostWebTestRecordingEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting