Sdílet prostřednictvím


BaseTemplatedCodeGenerator.GenerateCode – metoda

Generovat kód konečného z vstupní šablony a její parametry

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)

Syntaxe

'Deklarace
Protected Overrides Function GenerateCode ( _
    inputFileName As String, _
    inputFileContent As String _
) As Byte()
protected override byte[] GenerateCode(
    string inputFileName,
    string inputFileContent
)
protected:
virtual array<unsigned char>^ GenerateCode(
    String^ inputFileName, 
    String^ inputFileContent
) override
abstract GenerateCode : 
        inputFileName:string * 
        inputFileContent:string -> byte[] 
override GenerateCode : 
        inputFileName:string * 
        inputFileContent:string -> byte[] 
protected override function GenerateCode(
    inputFileName : String, 
    inputFileContent : String
) : byte[]

Parametry

  • inputFileName
    Typ: String
  • inputFileContent
    Typ: String

Vrácená hodnota

Typ: array<Byte[]

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

BaseTemplatedCodeGenerator Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů