IVsReportExternalErrors::AddNewErrors Method (IVsEnumExternalErrors^)
Visual Studio 2015
Replaces the current list of errors with the specified list.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pErrors
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsEnumExternalErrors^
[in] An IVsEnumExternalErrors object that contains a list of error objects to replace the current error list.
From singlefileeditor.idl:
HRESULT IVsReportExternalErrors::AddNewErrors(
[in]IVsEnumExternalErrors *pErrors
);
Show: