This documentation is archived and is not being maintained.
IVsLanguageServiceBuildErrorReporter2 Interface
Provides additional error reporting for a language service with a project system.
Namespace:
Microsoft.VisualStudio.Shell.InteropAssembly:
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[GuidAttribute("832AACF8-0848-4F87-B037-EDE1B9F11C90")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLanguageServiceBuildErrorReporter2 : IVsLanguageServiceBuildErrorReporter
| Name | Description |
|---|
 | ClearErrors() | |
 | ReportError(String, String, VSTASKPRIORITY, Int32, Int32, String) | |
 | ReportError2(String, String, VSTASKPRIORITY, Int32, Int32, Int32, Int32, String) | |
Return to top