Sdílet prostřednictvím


IVCWizCtlUI.RenderTemplateToString – metoda

Vykresluje šablony Průvodce souboru jako řetězec.

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

Syntaxe

'Deklarace
Function RenderTemplateToString ( _
    bstrTemplateFile As String _
) As String
string RenderTemplateToString(
    string bstrTemplateFile
)
String^ RenderTemplateToString(
    [InAttribute] String^ bstrTemplateFile
)
abstract RenderTemplateToString : 
        bstrTemplateFile:string -> string
function RenderTemplateToString(
    bstrTemplateFile : String
) : String

Parametry

  • bstrTemplateFile
    Typ: String

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

Vrácená hodnota

Typ: String
Řetězec obsahující soubor šablony.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCWizCtlUI Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů