IVsLanguageServiceBuildErrorReporter2 Interface

Définition

Fournit un rapport d'erreurs supplémentaire pour un service de langage avec un système de projet.

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
Attributs
Implémente

Méthodes

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

Signale une erreur de build.

S’applique à