IVsIntellisenseProject.GetExternalErrorReporter(IVsReportExternalErrors) Méthode

Définition

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

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

S’applique à