IVCWizCtlUI.RenderTemplate(String, String, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the template file for the wizard project.
void RenderTemplate(std::wstring const & bstrTemplateFile, std::wstring const & bstrTargetFile, bool bDontProcess = false, bool bOverwrite = false);
[System.Runtime.InteropServices.DispId(1610743821)]
public 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
Public 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.
- Attributes