IAspNetDevelopmentServerTest.AspNetDevelopmentServers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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)
属性值
此测试的 ASP.NET 开发服务器对象的列表。