Partager via


IVsReportExternalErrors.GetErrors, méthode

Extrait une copie de la liste d'erreurs.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Notes

Signature de COM

De singlefileeditor.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsReportExternalErrors Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms