IVCWizCtlUI.RenderTemplate Method
Renders the template file for the wizard project.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaración
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
)
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.