VCWizCtlClass.RenderTemplate(String, String, Boolean, Boolean) Method

Definition

Renders the template file for the wizard project.

 virtual void RenderTemplate(std::wstring const & bstrTemplateFile, std::wstring const & bstrTargetFile, bool bDontProcess = false, bool bOverwrite = false);
[System.Runtime.InteropServices.DispId(1610743821)]
public virtual void RenderTemplate (string bstrTemplateFile, string bstrTargetFile, bool bDontProcess = false, bool bOverwrite = false);
[<System.Runtime.InteropServices.DispId(1610743821)>]
abstract member RenderTemplate : string * string * bool * bool -> unit
override this.RenderTemplate : string * string * bool * bool -> unit
Public Overridable Sub RenderTemplate (bstrTemplateFile As String, bstrTargetFile As String, Optional bDontProcess As Boolean = false, Optional bOverwrite As Boolean = false)

Parameters

bstrTemplateFile
String

Required. A string containing the name of the template file.

bstrTargetFile
String

Required. A string containing the name of the target file.

bDontProcess
Boolean

Optional. True to not process the template file; otherwise false.

bOverwrite
Boolean

Optional. True if the new templates should overwrite older templates; otherwise false.

Implements

Attributes

Applies to