IVsEnumExternalErrors Interface
Represents a list of external errors.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")> _
Public Interface IVsEnumExternalErrors
'Usage
Dim instance As IVsEnumExternalErrors
[InterfaceTypeAttribute()]
[GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")]
public interface IVsEnumExternalErrors
[InterfaceTypeAttribute()]
[GuidAttribute(L"20890A77-47C8-44DD-ABC7-3F0920C1B79A")]
public interface class IVsEnumExternalErrors
public interface IVsEnumExternalErrors
Remarks
An external error represents an error in a file.
Notes to Implementers:
This interface is typically implemented by any entity that implements the IVsReportExternalErrors interface or any entity that needs to add external errors to that interface.
Notes to Callers:
This interface is obtained by calling the GetErrors method in the IVsReportExternalErrors interface. An instance of this interface is passed to the AddNewErrors method in the IVsReportExternalErrors interface.