IVsIntellisenseProject.GetExternalErrorReporter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.