IVsReportExternalErrors.AddNewErrors(IVsEnumExternalErrors) 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.
Replaces the current list of errors with the specified list.
public:
int AddNewErrors(Microsoft::VisualStudio::TextManager::Interop::IVsEnumExternalErrors ^ pErrors);
public:
int AddNewErrors(Microsoft::VisualStudio::TextManager::Interop::IVsEnumExternalErrors ^ pErrors);
int AddNewErrors(Microsoft::VisualStudio::TextManager::Interop::IVsEnumExternalErrors const & pErrors);
public int AddNewErrors (Microsoft.VisualStudio.TextManager.Interop.IVsEnumExternalErrors pErrors);
abstract member AddNewErrors : Microsoft.VisualStudio.TextManager.Interop.IVsEnumExternalErrors -> int
Public Function AddNewErrors (pErrors As IVsEnumExternalErrors) As Integer
Parameters
- pErrors
- IVsEnumExternalErrors
[in] An IVsEnumExternalErrors object that contains a list of error objects to replace the current error list.
Returns
If successful, returns S_OK; otherwise, returns an error code.
Remarks
COM Signature
From singlefileeditor.idl:
HRESULT IVsReportExternalErrors::AddNewErrors(
[in]IVsEnumExternalErrors *pErrors
);