Partilhar via


Método BaseCodeGenerator.GenerateCode

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Sintaxe

'Declaração
Protected MustOverride Function GenerateCode ( _
    inputFileName As String, _
    inputFileContent As String _
) As Byte()
protected abstract byte[] GenerateCode(
    string inputFileName,
    string inputFileContent
)
protected:
virtual array<unsigned char>^ GenerateCode(
    String^ inputFileName, 
    String^ inputFileContent
) abstract
abstract GenerateCode : 
        inputFileName:string * 
        inputFileContent:string -> byte[] 
protected abstract function GenerateCode(
    inputFileName : String, 
    inputFileContent : String
) : byte[]

Parâmetros

Valor de retorno

Tipo: array<System.Byte[]

Segurança do .NET Framework

Consulte também

Referência

BaseCodeGenerator Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost