AspNetDevelopmentServerAttribute 构造函数 (String, String, String)
使用服务器名称、Web 应用程序的路径和 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, _
webAppRoot As String _
)
public AspNetDevelopmentServerAttribute(
string name,
string pathToWebApp,
string webAppRoot
)
public:
AspNetDevelopmentServerAttribute(
String^ name,
String^ pathToWebApp,
String^ webAppRoot
)
new :
name:string *
pathToWebApp:string *
webAppRoot:string -> AspNetDevelopmentServerAttribute
public function AspNetDevelopmentServerAttribute(
name : String,
pathToWebApp : String,
webAppRoot : String
)
参数
- name
类型:System.String
服务器的名称。
- pathToWebApp
类型:System.String
Web 应用程序的路径。这还可能包括 %TEMPDIR%\website1 等环境变量。
- webAppRoot
类型:System.String
Web 应用程序根目录。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
AspNetDevelopmentServerAttribute 类
AspNetDevelopmentServerAttribute 重载
Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空间