IVsIntellisenseProject.GetExternalErrorReporter(IVsReportExternalErrors) Méthode
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.
Récupère le rapporteur d'erreurs externes du projet, un pointeur vers une interface IVsReportExternalErrors.
public:
int GetExternalErrorReporter([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsReportExternalErrors ^ % ppErrorReporter);
public:
int GetExternalErrorReporter([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsReportExternalErrors ^ & ppErrorReporter);
int GetExternalErrorReporter([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsReportExternalErrors const & & ppErrorReporter);
public int GetExternalErrorReporter (out Microsoft.VisualStudio.TextManager.Interop.IVsReportExternalErrors ppErrorReporter);
abstract member GetExternalErrorReporter : IVsReportExternalErrors -> int
Public Function GetExternalErrorReporter (ByRef ppErrorReporter As IVsReportExternalErrors) As Integer
Paramètres
- ppErrorReporter
- IVsReportExternalErrors
[out] Pointeur vers une interface IVsReportExternalErrors.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.