IAspNetDevelopmentServerTest.AspNetDevelopmentServers, propriété
Obtient une liste d'objets AspNetDevelopmentServer pour ce test.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
ReadOnly Property AspNetDevelopmentServers As ICollection(Of AspNetDevelopmentServer)
Get
ICollection<AspNetDevelopmentServer> AspNetDevelopmentServers { get; }
property ICollection<AspNetDevelopmentServer^>^ AspNetDevelopmentServers {
ICollection<AspNetDevelopmentServer^>^ get ();
}
abstract AspNetDevelopmentServers : ICollection<AspNetDevelopmentServer>
function get AspNetDevelopmentServers () : ICollection<AspNetDevelopmentServer>
Valeur de propriété
Type : System.Collections.Generic.ICollection<AspNetDevelopmentServer>
Liste d'objets serveur de développement ASP.NET pour ce test.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IAspNetDevelopmentServerTest Interface