IVsReportExternalErrors::AddNewErrors Method (IVsEnumExternalErrors^)

 

Replaces the current list of errors with the specified list.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int AddNewErrors(
	IVsEnumExternalErrors^ pErrors
)

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.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT IVsReportExternalErrors::AddNewErrors(
   [in]IVsEnumExternalErrors *pErrors
);
Return to top
Show: