IVsLanguageServiceBuildErrorReporter2 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |