Proprietà PostWebTestRecordingEventArgs.RecordedWebTestDeploymentItems

Gli elementi aggiunti a questa raccolta verranno aggiunti come elementi di distribuzione al test Web.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<String>
Una raccolta di elementi di distribuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PostWebTestRecordingEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting