Freigeben über


IAspNetDevelopmentServerTest.AspNetDevelopmentServers-Eigenschaft

Ruft eine Liste von AspNetDevelopmentServer-Objekten für diesen Test ab.

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

Syntax

'Declaration
ReadOnly Property AspNetDevelopmentServers As ICollection(Of AspNetDevelopmentServer)
ICollection<AspNetDevelopmentServer> AspNetDevelopmentServers { get; }
property ICollection<AspNetDevelopmentServer^>^ AspNetDevelopmentServers {
    ICollection<AspNetDevelopmentServer^>^ get ();
}
abstract AspNetDevelopmentServers : ICollection<AspNetDevelopmentServer> with get
function get AspNetDevelopmentServers () : ICollection<AspNetDevelopmentServer>

Eigenschaftswert

Typ: ICollection<AspNetDevelopmentServer>
Eine Liste von ASP.NET-Entwicklungsserverobjekten für diesen Test.

.NET Framework-Sicherheit

Siehe auch

Referenz

IAspNetDevelopmentServerTest Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

AspNetDevelopmentServer