IDirectiveProcessor.StartProcessingRun 方法
啟動回合指示詞處理器。
命名空間: Microsoft.VisualStudio.TextTemplating
組件: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (在 Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll 中)
語法
'宣告
Sub StartProcessingRun ( _
languageProvider As CodeDomProvider, _
templateContents As String, _
errors As CompilerErrorCollection _
)
void StartProcessingRun(
CodeDomProvider languageProvider,
string templateContents,
CompilerErrorCollection errors
)
void StartProcessingRun(
CodeDomProvider^ languageProvider,
String^ templateContents,
CompilerErrorCollection^ errors
)
abstract StartProcessingRun :
languageProvider:CodeDomProvider *
templateContents:string *
errors:CompilerErrorCollection -> unit
function StartProcessingRun(
languageProvider : CodeDomProvider,
templateContents : String,
errors : CompilerErrorCollection
)
參數
- languageProvider
型別:System.CodeDom.Compiler.CodeDomProvider
- templateContents
型別:System.String
流程範本的內容。
- errors
型別:System.CodeDom.Compiler.CompilerErrorCollection
以處理錯誤報告的集合。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。