BaseCodeGenerator.GenerateCode – metoda
Obor názvů: Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení: Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)
Syntaxe
'Deklarace
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[]
Parametry
- inputFileName
Typ: String
- inputFileContent
Typ: String
Vrácená hodnota
Typ: array<Byte[]
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.