AspNetDevelopmentServerAttribute 构造函数 (String, String)
使用服务器名称和 Web 应用程序的路径初始化 AspNetDevelopmentServerAttribute 类的一个新实例。
命名空间: Microsoft.VisualStudio.TestTools.UnitTesting.Web
程序集: Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
语法
声明
Public Sub New ( _
name As String, _
pathToWebApp As String _
)
public AspNetDevelopmentServerAttribute(
string name,
string pathToWebApp
)
public:
AspNetDevelopmentServerAttribute(
String^ name,
String^ pathToWebApp
)
new :
name:string *
pathToWebApp:string -> AspNetDevelopmentServerAttribute
public function AspNetDevelopmentServerAttribute(
name : String,
pathToWebApp : String
)
参数
- name
类型:System.String
ASP.NET 开发服务器的名称。对于单一测试中指定的所有 AspNetDevelopmentServerAttribute,此名称必须是唯一的。
- pathToWebApp
类型:System.String
Web 应用程序的路径。此值还可以包含环境变量。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
AspNetDevelopmentServerAttribute 类
AspNetDevelopmentServerAttribute 重载
Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空间