IVsReportExternalErrors::GetErrors Method (IVsEnumExternalErrors^)
Visual Studio 2015
Retrieves a copy of the list of errors.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pErrors
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsEnumExternalErrors^
[out] Returns an IVsEnumExternalErrors object that contains a list of all errors that have been accumulated in the IVsReportExternalErrors object.
From singlefileeditor.idl:
HRESULT IVsReportExternalErrors::GetErrors( [out] IVsEnumExternalErrors **pErrors );
Show: