共用方式為


IVCWizCtlUI.RenderTemplate 方法

呈現精靈專案的範本檔案。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
Sub RenderTemplate ( _
    bstrTemplateFile As String, _
    bstrTargetFile As String, _
    bDontProcess As Boolean, _
    bOverwrite As Boolean _
)
void RenderTemplate(
    string bstrTemplateFile,
    string bstrTargetFile,
    bool bDontProcess,
    bool bOverwrite
)
void RenderTemplate(
    [InAttribute] String^ bstrTemplateFile, 
    [InAttribute] String^ bstrTargetFile, 
    [InAttribute] bool bDontProcess, 
    [InAttribute] bool bOverwrite
)
abstract RenderTemplate : 
        bstrTemplateFile:string * 
        bstrTargetFile:string * 
        bDontProcess:bool * 
        bOverwrite:bool -> unit 
function RenderTemplate(
    bstrTemplateFile : String, 
    bstrTargetFile : String, 
    bDontProcess : boolean, 
    bOverwrite : boolean
)

參數

  • bstrTemplateFile
    型別:System.String
    必要項。包含範本檔案名稱的字串。
  • bstrTargetFile
    型別:System.String
    必要項。包含目標檔案名稱的字串。
  • bDontProcess
    型別:System.Boolean
    選擇項。如果不處理範本檔案則為 true,否則為 false。
  • bOverwrite
    型別:System.Boolean
    選擇項。如果新範本應該覆寫較舊的範本則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間