IVsLanguageServiceBuildErrorReporter Interface
Visual Studio 2015
Provides error reporting for a language service with a project system.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | ClearErrors() | Clears existing build errors. |
![]() | ReportError(String, String, VSTASKPRIORITY, Int32, Int32, String) | Reports a build error. |
If this interface is implemented, the project system first calls ReportError before doing any error handling. If the language service handles the reporting (returning anything other than T:Microsoft.VisualStudio.VSConstants.E_NOTIMPL), the project system does not report the error to the error list. The project system calls ClearErrors when the errors reported to the language service are no longer valid, such as when the next build begins.
Show:
