Proprietà IAspNetDevelopmentServerTest.AspNetDevelopmentServers
Ottiene un elenco di oggetti AspNetDevelopmentServer per questo test.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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>
Valore proprietà
Tipo: ICollection<AspNetDevelopmentServer>
Elenco di oggetti server di sviluppo ASP.NET per questo test.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IAspNetDevelopmentServerTest Interfaccia