IVsErrorList Interface

Manipulates the Build Error List window. You can get an instance of this interface from the SVsErrorList (SID_SVsErrorList) service. The SVsErrorList service also provides IVsTaskList.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")> _
Public Interface IVsErrorList
[InterfaceTypeAttribute()]
[GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")]
public interface IVsErrorList
[InterfaceTypeAttribute()]
[GuidAttribute(L"D824A797-62D2-4F60-98F8-4423624BC1BF")]
public interface class IVsErrorList
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")>]
type IVsErrorList =  interface end
public interface IVsErrorList

The IVsErrorList type exposes the following members.

Methods

  Name Description
Public method BringToFront Activates the window and makes it visible.
Public method ForceShowErrors Forces errors to appear in the list. Leaves warnings and informational messages alone.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace