IVCWizCtlUI.RenderTemplate – metoda
Vykreslí soubor šablony projektu průvodce.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
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
Povinné.Řetězec obsahující název souboru šablony.
- bstrTargetFile
Typ: System.String
Povinné.Řetězec obsahující název cílového souboru.
- bDontProcess
Typ: System.Boolean
Nepovinné.True zpracování souboru šablony; jinak false.
- bOverwrite
Typ: System.Boolean
Nepovinné.True pokud nové šablony přepsat starší šablony; jinak false.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.