IVCWizCtlUI::RenderTemplate Method (String^, String^, Boolean, Boolean)
Visual Studio 2015
Renders the template file for the wizard project.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
void RenderTemplate( String^ bstrTemplateFile, String^ bstrTargetFile, bool bDontProcess = false, bool bOverwrite = false )
Parameters
- bstrTemplateFile
-
Type:
System::String^
Required. A string containing the name of the template file.
- bstrTargetFile
-
Type:
System::String^
Required. A string containing the name of the target file.
- bDontProcess
-
Type:
System::Boolean
Optional. True to not process the template file; otherwise false.
- bOverwrite
-
Type:
System::Boolean
Optional. True if the new templates should overwrite older templates; otherwise false.
Show: