IVsLanguageServiceBuildErrorReporter2 Interface
Provides additional error reporting for a language service with a project system.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("832AACF8-0848-4F87-B037-EDE1B9F11C90")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsLanguageServiceBuildErrorReporter2 _
Inherits IVsLanguageServiceBuildErrorReporter
[GuidAttribute("832AACF8-0848-4F87-B037-EDE1B9F11C90")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLanguageServiceBuildErrorReporter2 : IVsLanguageServiceBuildErrorReporter
[GuidAttribute(L"832AACF8-0848-4F87-B037-EDE1B9F11C90")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsLanguageServiceBuildErrorReporter2 : IVsLanguageServiceBuildErrorReporter
[<GuidAttribute("832AACF8-0848-4F87-B037-EDE1B9F11C90")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLanguageServiceBuildErrorReporter2 =
interface
interface IVsLanguageServiceBuildErrorReporter
end
public interface IVsLanguageServiceBuildErrorReporter2 extends IVsLanguageServiceBuildErrorReporter
The IVsLanguageServiceBuildErrorReporter2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearErrors | ||
ReportError | ||
ReportError2 | Reports a build error. |
Top