共用方式為


webType 列舉類型

 

發佈時間: 2016年4月

指定開啟網站的方式。

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

語法

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

成員

成員名稱 描述
webTypeFileSystem

已從檔案系統中開啟網站。

webTypeFrontPage

已透過 Front Page 伺服器擴充功能開啟網站。webTypeFrontPage 列舉值可能會包括 localhost 網站。

webTypeFTP

已透過 FTP 開啟網站。

webTypeLocalhost

已從目前電腦上的網際網路資訊服務 (IIS) 開啟網站。存取是透過檔案系統進行。

請參閱

VSWebSite
VsWebSite 命名空間

回到頁首