IVsReportExternalErrors.GetErrors(IVsEnumExternalErrors) Methode

Definition

Ruft eine Kopie der Fehlerliste ab.

public:
 int GetErrors([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumExternalErrors ^ % pErrors);
public:
 int GetErrors([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumExternalErrors ^ &  pErrors);
int GetErrors([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumExternalErrors const & & pErrors);
public int GetErrors (out Microsoft.VisualStudio.TextManager.Interop.IVsEnumExternalErrors pErrors);
abstract member GetErrors : IVsEnumExternalErrors -> int
Public Function GetErrors (ByRef pErrors As IVsEnumExternalErrors) As Integer

Parameter

pErrors
IVsEnumExternalErrors

[out] Gibt ein IVsEnumExternalErrors-Objekt zurück, das eine Liste aller Fehler enthält, die im IVsReportExternalErrors-Objekt akkumuliert wurden.

Gibt zurück

Int32

Wenn die Ausführung erfolgreich ist, wird S_OK, andernfalls ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus singlefileeditor. idl:

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

Gilt für