IVsIntellisenseProject.GetExternalErrorReporter Method

Definition

Retrieves the project's external error reporter, a pointer to an IVsReportExternalErrors interface.

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

Parameters

ppErrorReporter
IVsReportExternalErrors

[out] A pointer to a IVsReportExternalErrors interface.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to