IVCWizCtlUI.RenderTemplate - метод
Renders the template file for the wizard project.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub RenderTemplate ( _
bstrTemplateFile As String, _
bstrTargetFile As String, _
bDontProcess As Boolean, _
bOverwrite As Boolean _
)
'Применение
Dim instance As IVCWizCtlUI
Dim bstrTemplateFile As String
Dim bstrTargetFile As String
Dim bDontProcess As Boolean
Dim bOverwrite As Boolean
instance.RenderTemplate(bstrTemplateFile, _
bstrTargetFile, bDontProcess, bOverwrite)
void RenderTemplate(
string bstrTemplateFile,
string bstrTargetFile,
bool bDontProcess,
bool bOverwrite
)
void RenderTemplate(
[InAttribute] String^ bstrTemplateFile,
[InAttribute] String^ bstrTargetFile,
[InAttribute] bool bDontProcess,
[InAttribute] bool bOverwrite
)
function RenderTemplate(
bstrTemplateFile : String,
bstrTargetFile : String,
bDontProcess : boolean,
bOverwrite : boolean
)
Параметры
bstrTemplateFile
Тип: System.StringRequired. A string containing the name of the template file.
bstrTargetFile
Тип: System.StringRequired. A string containing the name of the target file.
bDontProcess
Тип: System.BooleanOptional. True to not process the template file; otherwise false.
bOverwrite
Тип: System.BooleanOptional. True if the new templates should overwrite older templates; otherwise false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.