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.
Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.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: 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.