IVsLanguageServiceBuildErrorReporter2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |