Freigeben über


PostWebTestRecordingEventArgs.RecordedWebTestDeploymentItems-Eigenschaft

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

Syntax

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

Eigenschaftswert

Typ: IList<String>

.NET Framework-Sicherheit

Siehe auch

Referenz

PostWebTestRecordingEventArgs Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace