ITextTemplatingEngine.ProcessTemplate 方法
轉換文字範本檔的內容,以產生所產生的文字輸出。
命名空間: Microsoft.VisualStudio.TextTemplating
組件: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (在 Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll 中)
語法
'宣告
Function ProcessTemplate ( _
content As String, _
host As ITextTemplatingEngineHost _
) As String
string ProcessTemplate(
string content,
ITextTemplatingEngineHost host
)
String^ ProcessTemplate(
String^ content,
ITextTemplatingEngineHost^ host
)
abstract ProcessTemplate :
content:string *
host:ITextTemplatingEngineHost -> string
function ProcessTemplate(
content : String,
host : ITextTemplatingEngineHost
) : String
參數
- content
型別:System.String
要轉換的文字範本檔內容。
- host
型別:Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost
ITextTemplatingEngineHost ,會用於裝載這個引擎。
傳回值
型別:System.String
針對文字範本檔產生的文字輸出。
備註
這個介面不適合由使用者來實作。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。