IVsReportExternalErrors::GetErrors Method (IVsEnumExternalErrors^)

 

Retrieves a copy of the list of errors.

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

int GetErrors(
	[OutAttribute] IVsEnumExternalErrors^% pErrors
)

Parameters

pErrors
Type: Microsoft.VisualStudio.TextManager.Interop::IVsEnumExternalErrors^

[out] Returns an IVsEnumExternalErrors object that contains a list of all errors that have been accumulated in the IVsReportExternalErrors object.

Return Value

Type: System::Int32

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

From singlefileeditor.idl:

HRESULT IVsReportExternalErrors::GetErrors(
   [out] IVsEnumExternalErrors **pErrors
);
Return to top
Show: