Share via


VCWizCtlClass.RenderTemplate – metoda

Vykreslí soubor šablony pro projekt průvodce.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • bstrTemplateFile
    Typ: String

    Požadováno.Řetězec obsahující název souboru šablony.

  • bstrTargetFile
    Typ: String

    Požadováno.Řetězec obsahující název cílového souboru.

  • bDontProcess
    Typ: Boolean

    Volitelné.PRAVDA není zpracovat soubor šablony; jinak false.

  • bOverwrite
    Typ: Boolean

    Volitelné.True, pokud má nové šablony přepsat starší šablony; jinak false.

Implementuje

IVCWizCtlUI.RenderTemplate(String, String, Boolean, Boolean)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCWizCtlClass Třída

Microsoft.VisualStudio.VsWizard – obor názvů