Share via


ITextTemplating.EndErrorSession Method

After processing a batch of templates, return to reporting every error.

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)

Syntax

'Declaration
Function EndErrorSession As Boolean
bool EndErrorSession()
bool EndErrorSession()
abstract EndErrorSession : unit -> bool 
function EndErrorSession() : boolean

Return Value

Type: System.Boolean
True if errors were encountered since BeginErrorSession was called.

.NET Framework Security

See Also

Reference

ITextTemplating Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace