Share via


IVsReportExternalErrors.GetErrors Method

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)

Syntax

'Declaration
Function GetErrors ( _
    <OutAttribute> ByRef pErrors As IVsEnumExternalErrors _
) As Integer
int GetErrors(
    out IVsEnumExternalErrors pErrors
)
int GetErrors(
    [OutAttribute] IVsEnumExternalErrors^% pErrors
)
abstract GetErrors : 
        pErrors:IVsEnumExternalErrors byref -> int
function GetErrors(
    pErrors : IVsEnumExternalErrors
) : int

Parameters

Return Value

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

Remarks

COM Signature

From singlefileeditor.idl:

HRESULT IVsReportExternalErrors::GetErrors(
   [out] IVsEnumExternalErrors **pErrors
);

.NET Framework Security

See Also

Reference

IVsReportExternalErrors Interface

Microsoft.VisualStudio.TextManager.Interop Namespace