Właściwość IAspNetDevelopmentServerTest.AspNetDevelopmentServers —
Pobiera listę AspNetDevelopmentServer obiektów dla tego testu.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.Common
Zestaw: Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)
Składnia
'Deklaracja
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>
Wartość właściwości
Typ: System.Collections.Generic.ICollection<AspNetDevelopmentServer>
Lista stron ASP.Obiekty serwera rozwoju netto dla tego testu.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
IAspNetDevelopmentServerTest Interfejs