WebServerType 열거형
이 열거형은 웹 서버 설정의 유효한 형식을 제공합니다.
네임스페이스: 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 [버전 5.0 이상]입니다. | |
None | 웹 서버가 아닙니다. | |
WebDev | 서버는 Visual Studio 개발 서버입니다. |