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
    类型:String

    必需。 包含模板文件名称的字符串。

  • bstrTargetFile
    类型:String

    必需。 包含目标文件名称的字符串。

  • bDontProcess
    类型:Boolean

    可选。 如果不处理模板文件,则为 true;否则为 false。

  • bOverwrite
    类型:Boolean

    可选。 如果新模板应覆盖较旧的模板,则为 true;否则为 false。

.NET Framework 安全性

请参阅

参考

IVCWizCtlUI 接口

Microsoft.VisualStudio.VsWizard 命名空间