AspNetDevelopmentServer.WebAppRoot 属性

获取正在进行测试的 Web 应用程序的根名称。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public ReadOnly Property WebAppRoot As String
public string WebAppRoot { get; }
public:
property String^ WebAppRoot {
    String^ get ();
}
member WebAppRoot : string with get
function get WebAppRoot () : String

属性值

类型:System.String
一个包含 Web 应用程序根名称的 string。

.NET Framework 安全性

请参见

参考

AspNetDevelopmentServer 类

Microsoft.VisualStudio.TestTools.Common 命名空间