Condividi tramite


Metodo IVsReportExternalErrors.GetErrors

Recupera una copia dell'elenco degli errori.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Int32
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Note

Firma COM

da singlefileeditor.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsReportExternalErrors Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop