Share via


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)

Syntax

'Declaration
Function ClearAllErrors As Integer
int ClearAllErrors()
int ClearAllErrors()
abstract ClearAllErrors : unit -> int
function ClearAllErrors() : int

Return Value

Type: System.Int32
If successful, returns S_OK; otherwise, returns an error code.

Remarks

COM Signature

From singlefileeditor.idl:

HRESULT IVsReportExternalErrors::ClearAllErrors();

.NET Framework Security

See Also

Reference

IVsReportExternalErrors Interface

Microsoft.VisualStudio.TextManager.Interop Namespace