This topic has not yet been rated - Rate this topic

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)

[GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")] 
[InterfaceTypeAttribute(1)] 
public interface IVsEnumExternalErrors
/** @attribute GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsEnumExternalErrors
GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A") 
InterfaceTypeAttribute(1) 
public interface IVsEnumExternalErrors

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ