Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renders the template file for the wizard project.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Sub RenderTemplate ( _
bstrTemplateFile As String, _
bstrTargetFile As String, _
bDontProcess As Boolean, _
bOverwrite As Boolean _
)
public virtual void RenderTemplate(
string bstrTemplateFile,
string bstrTargetFile,
bool bDontProcess,
bool bOverwrite
)
public:
virtual 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
override RenderTemplate :
bstrTemplateFile:string *
bstrTargetFile:string *
bDontProcess:bool *
bOverwrite:bool -> unit
public 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.
Implements
IVCWizCtlUI.RenderTemplate(String, String, Boolean, Boolean)
.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.