IVCWizCtlUI.RenderTemplate(String, String, Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
呈现向导项目的模板文件。
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)
参数
- bstrTemplateFile
- String
必需。 包含模板文件名称的字符串。
- bstrTargetFile
- String
必需。 包含目标文件名称的字符串。
- bDontProcess
- Boolean
可选。 如果不处理模板文件,则为 true;否则为 false。
- bOverwrite
- Boolean
可选。 如果新模板应覆盖较旧的模板,则为 true;否则为 false。
- 属性