Sdílet prostřednictvím


BaseTemplatedCodeGenerator.GenerateCode – metoda

Tento člen přepisuje BaseCodeGenerator.GenerateCode(String, String).

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.10.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

Vrácená hodnota

Typ: array<System.Byte[]
Vrátí Byte.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

BaseTemplatedCodeGenerator Třída

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