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: System.String
    Wymagane.Ciąg zawierający nazwę pliku szablonu.
  • bstrTargetFile
    Typ: System.String
    Wymagane.Ciąg zawierający nazwę pliku docelowego.
  • bDontProcess
    Typ: System.Boolean
    Opcjonalne.Wartość true, aby nie Przetwarzaj plik szablonu; inaczej false.
  • bOverwrite
    Typ: System.Boolean
    Opcjonalne.Wartość true, jeśli nowe szablony, należy zastąpić starsze szablony; inaczej false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IVCWizCtlUI Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard