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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.