IVsReportExternalErrors.ClearAllErrors 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.
Remove all errors from the list.
public:
int ClearAllErrors();
public:
int ClearAllErrors();
int ClearAllErrors();
public int ClearAllErrors ();
abstract member ClearAllErrors : unit -> int
Public Function ClearAllErrors () As Integer
Returns
If successful, returns S_OK; otherwise, returns an error code.
Remarks
COM Signature
From singlefileeditor.idl:
HRESULT IVsReportExternalErrors::ClearAllErrors();