IVsReportExternalErrors Interface
Visual Studio 2015
Used to manage a list of error messages associated with a particular project.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddNewErrors(IVsEnumExternalErrors) | Replaces the current list of errors with the specified list. |
![]() | ClearAllErrors() | Remove all errors from the list. |
![]() | GetErrors(IVsEnumExternalErrors) | Retrieves a copy of the list of errors. |
This interface is used to manage a list of error messages for a particular project that implements the IntelliSense pop-up ToolTips.
Notes to Implementers:
This interface is implemented by a project type to support collecting error messages for the project. This interface is implemented only on project types that implement the IVsIntellisenseProject interface.
Notes to Callers:
This interface is obtained by calling the GetExternalErrorReporter method in the IVsIntellisenseProject interface.
Show:
