WebServerType 枚举
该枚举提供 Web 服务器设置的有效类型。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration WebServerType
[SerializableAttribute]
public enum WebServerType
[SerializableAttribute]
public enum class WebServerType
[<SerializableAttribute>]
type WebServerType
public enum WebServerType
成员
成员名称 | 说明 | |
---|---|---|
Iis | 服务器是 internet information services [ver 5.0 及更高版本]。 | |
None | 不是 Web 服务器。 | |
WebDev | 服务器是 Visual Studio 开发服务器。 |