ITextTemplating.EndErrorSession Method

Finishes a session using the system that causes only unique errors to be logged.

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: Boolean
True if errors were encountered during the session; false otherwise.

.NET Framework Security

See Also

Reference

ITextTemplating Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace