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
)

参数

  • pathToWebApp
    类型:System.String
    Web 应用程序的路径。此值还可以包含环境变量。

.NET Framework 安全性

请参见

参考

AspNetDevelopmentServerAttribute 类

AspNetDevelopmentServerAttribute 重载

Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空间

其他资源

ASP.NET Unit Tests