IAspNetDevelopmentServerTest.AspNetDevelopmentServers 属性

定义

获取 AspNetDevelopmentServer 此测试的对象的列表。

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::TestTools::Common::AspNetDevelopmentServer ^> ^ AspNetDevelopmentServers { System::Collections::Generic::ICollection<Microsoft::VisualStudio::TestTools::Common::AspNetDevelopmentServer ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer> AspNetDevelopmentServers { get; }
member this.AspNetDevelopmentServers : System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer>
Public ReadOnly Property AspNetDevelopmentServers As ICollection(Of AspNetDevelopmentServer)

属性值

ICollection<AspNetDevelopmentServer>

此测试的 ASP.NET 开发服务器对象的列表。

适用于