Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides BaseCodeGenerator.GenerateCode(String, String).
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)
Syntax
'Declaration
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[]
Parameters
- inputFileName
Type: System.String
- inputFileContent
Type: System.String
Return Value
Type: array<System.Byte[]
Returns 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.