Udostępnij za pośrednictwem


Metoda IVCWizCtlUI.RenderTemplate —

Renderuje plik szablonu projektu kreatora.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

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

Parametry

  • bstrTemplateFile
    Typ: String

    Wymagany.Ciąg zawierający nazwę pliku szablonu.

  • bstrTargetFile
    Typ: String

    Wymagany.Ciąg zawierający nazwę pliku docelowego.

  • bDontProcess
    Typ: Boolean

    Opcjonalnie.Wartość TRUE nie Przetwarzaj plik szablonu; false w inny sposób.

  • bOverwrite
    Typ: Boolean

    Opcjonalnie.Wartość true, jeśli nowe szablony powinien zastąpić starsze szablony; false w inny sposób.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IVCWizCtlUI Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard