IVsReportExternalErrors::ClearAllErrors Method ()

 

Remove all errors from the list.

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

int ClearAllErrors()

Return Value

Type: System::Int32

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

From singlefileeditor.idl:

HRESULT IVsReportExternalErrors::ClearAllErrors();
Return to top
Show: