Sdílet prostřednictvím


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.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)

Permissions

See Also

Reference

VCWizCtlClass Class

VCWizCtlClass Members

Microsoft.VisualStudio.VsWizard Namespace