共用方式為


ITextTemplating.BeginErrorSession 方法

在處理多個文字範本之前呼叫這個方法。 每種類型的錯誤只會報告一次,直到您呼叫 EndErrorSession 為止。

命名空間:  Microsoft.VisualStudio.TextTemplating.VSHost
組件:  Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (在 Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll 中)

語法

'宣告
Sub BeginErrorSession
void BeginErrorSession()
void BeginErrorSession()
abstract BeginErrorSession : unit -> unit 
function BeginErrorSession()

備註

這個方法會在您處理一批範本時,移除對相同錯誤的重複報告,以減少報告的錯誤數量。 在處理範本批次之前呼叫 BeginErrorSession,並隨後呼叫 EndErrorSession。

.NET Framework 安全性

請參閱

參考

ITextTemplating 介面

Microsoft.VisualStudio.TextTemplating.VSHost 命名空間