共用方式為


VSWebSite.PreCompileWeb 方法

編譯網站並將編譯的輸出寫入指定的資料夾。

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

語法

'宣告
Function PreCompileWeb ( _
    bstrCompilePath As String, _
    bUpdateable As Boolean _
) As Boolean
bool PreCompileWeb(
    string bstrCompilePath,
    bool bUpdateable
)
bool PreCompileWeb(
    [InAttribute] String^ bstrCompilePath, 
    [InAttribute] bool bUpdateable
)
abstract PreCompileWeb : 
        bstrCompilePath:string * 
        bUpdateable:bool -> bool 
function PreCompileWeb(
    bstrCompilePath : String, 
    bUpdateable : boolean
) : boolean

參數

  • bstrCompilePath
    型別:System.String
    要將已編譯網站寫入其中之資料夾的本機檔案系統路徑。
  • bUpdateable
    型別:System.Boolean
    旗標,指出網站是否可更新,或在 .aspx 檔變更時網站是否需要重新編譯。

傳回值

型別:System.Boolean
如果編譯成功則為 true,否則為 false。

備註

這個方法會以同步方式編譯網站。

.NET Framework 安全性

請參閱

參考

VSWebSite 介面

VsWebSite 命名空間

EnvDTE

其他資源

參考 Automation 組件和 DTE2 物件

ASP.NET Web Site Precompilation Overview