IVsLanguageServiceBuildErrorReporter2 Interface

Definition

Provides additional error reporting for a language service with a project system.

public interface class IVsLanguageServiceBuildErrorReporter2 : Microsoft::VisualStudio::Shell::Interop::IVsLanguageServiceBuildErrorReporter
public interface class IVsLanguageServiceBuildErrorReporter2 : Microsoft::VisualStudio::Shell::Interop::IVsLanguageServiceBuildErrorReporter
__interface IVsLanguageServiceBuildErrorReporter2 : Microsoft::VisualStudio::Shell::Interop::IVsLanguageServiceBuildErrorReporter
[System.Runtime.InteropServices.Guid("832AACF8-0848-4F87-B037-EDE1B9F11C90")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLanguageServiceBuildErrorReporter2 : Microsoft.VisualStudio.Shell.Interop.IVsLanguageServiceBuildErrorReporter
[<System.Runtime.InteropServices.Guid("832AACF8-0848-4F87-B037-EDE1B9F11C90")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLanguageServiceBuildErrorReporter2 = interface
    interface IVsLanguageServiceBuildErrorReporter
Public Interface IVsLanguageServiceBuildErrorReporter2
Implements IVsLanguageServiceBuildErrorReporter
Attributes
Implements

Methods

ClearErrors()
ReportError(String, String, VSTASKPRIORITY, Int32, Int32, String)
ReportError2(String, String, VSTASKPRIORITY, Int32, Int32, Int32, Int32, String)

Reports a build error.

Applies to