BaseCodeGenerator.GenerateCode Method
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntax
'Declaration
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[]
Parameters
- inputFileName
Type: String
- inputFileContent
Type: String
Return Value
Type: array<Byte[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.