BaseTemplatedCodeGenerator.GenerateCode 方法
從輸入範本及其參數產生最終的程式碼
命名空間: Microsoft.VisualStudio.TextTemplating.VSHost
組件: Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (在 Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll 中)
語法
'宣告
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[]
參數
- inputFileName
類型:String
- inputFileContent
類型:String
傳回值
類型:array<Byte[]
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。