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
类型:System.String
必需。包含模板文件名称的字符串。
- bstrTargetFile
类型:System.String
必需。包含目标文件名称的字符串。
- bDontProcess
类型:System.Boolean
可选。如果不处理模板文件,则为 true;否则为 false。
- bOverwrite
类型:System.Boolean
可选。如果新模板应覆盖较旧的模板,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。