该枚举提供 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
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | 不是 Web 服务器。 | |
| Iis | 服务器为 Internet Information Server [ver 5.0 and later]。 | |
| WebDev | 该服务器为 Visual Studio 开发服务器。 |