IVsEnumExternalErrors Interface
Visual Studio 2015
Represents a list of external errors.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumExternalErrors) | Returns a copy of the current enumeration as a separate object. |
![]() | Next(UInt32, ExternalError[], UInt32) | Returns the next set of elements from the enumeration. |
![]() | Reset() | Resets the enumeration to the first element. |
![]() | Skip(UInt32) | Skips over the specified number of elements. |
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.
Show:
