共用方式為


VSWebPackage.OpenWebSite 方法

開啟網站。

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

語法

'宣告
Function OpenWebSite ( _
    bstrUrl As String, _
    options As OpenWebsiteOptions, _
    bAddToSolution As Boolean _
) As Project
Project OpenWebSite(
    string bstrUrl,
    OpenWebsiteOptions options,
    bool bAddToSolution
)
Project^ OpenWebSite(
    [InAttribute] String^ bstrUrl, 
    [InAttribute] OpenWebsiteOptions options, 
    [InAttribute] bool bAddToSolution
)
abstract OpenWebSite : 
        bstrUrl:string * 
        options:OpenWebsiteOptions * 
        bAddToSolution:bool -> Project
function OpenWebSite(
    bstrUrl : String, 
    options : OpenWebsiteOptions, 
    bAddToSolution : boolean
) : Project

參數

  • bstrUrl
    類型:String

    要開啟之網站的 URL。 這個 URL 可以是磁碟上資料夾的路徑、HTTP URL 或 FTP URL。 這個參數不支援使用 file:// 通訊協定 (Protocol) 的 URL。

  • bAddToSolution
    類型:Boolean

    布林值 (Boolean),判斷網站是否加入至方案。

傳回值

類型:Project
EnvDTE 物件。

.NET Framework 安全性

請參閱

參考

VSWebPackage 介面

VsWebSite 命名空間