VCWizCtlClass.RenderTemplate Method
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 _
)
'Usage
Dim instance As VCWizCtlClass
Dim bstrTemplateFile As String
Dim bstrTargetFile As String
Dim bDontProcess As Boolean
Dim bOverwrite As Boolean
instance.RenderTemplate(bstrTemplateFile, _
bstrTargetFile, bDontProcess, bOverwrite)
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
)
public function RenderTemplate(
bstrTemplateFile : String,
bstrTargetFile : String,
bDontProcess : boolean,
bOverwrite : boolean
)
Parameters
bstrTemplateFile
Type: System.StringRequired. A string containing the name of the template file.
bstrTargetFile
Type: System.StringRequired. A string containing the name of the target file.
bDontProcess
Type: System.BooleanOptional. True to not process the template file; otherwise false.
bOverwrite
Type: System.BooleanOptional. True if the new templates should overwrite older templates; otherwise false.
Implements
IVCWizCtlUI.RenderTemplate(String, String, Boolean, Boolean)
Permissions
- 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.