共用方式為


webType 列舉型別

指定開啟網站的方式。

命名空間:  VsWebSite
組件:  VsWebSite.Interop (在 VsWebSite.Interop.dll 中)

語法

'宣告
<GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")> _
Public Enumeration webType
[GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")]
public enum webType
[GuidAttribute(L"787E1222-5DEB-461D-8234-8E9ABE7F4515")]
public enum class webType
[<GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")>]
type webType
public enum webType

成員

成員名稱 說明
webTypeFileSystem 已從檔案系統中開啟網站。
webTypeLocalhost 已從目前電腦上的網際網路資訊服務 (IIS) 開啟網站。存取是透過檔案系統進行。
webTypeFTP 已透過 FTP 開啟網站。
webTypeFrontPage 已透過 Front Page 伺服器擴充功能開啟網站。webTypeFrontPage 列舉值可能會包括 localhost 網站。

請參閱

參考

VsWebSite 命名空間

VSWebSite