Share via


IVsErrorList Interface

Definition

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

public interface class IVsErrorList
public interface class IVsErrorList
__interface IVsErrorList
[System.Runtime.InteropServices.Guid("D824A797-62D2-4F60-98F8-4423624BC1BF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsErrorList
[System.Runtime.InteropServices.Guid("D824A797-62D2-4F60-98F8-4423624BC1BF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsErrorList
[<System.Runtime.InteropServices.Guid("D824A797-62D2-4F60-98F8-4423624BC1BF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsErrorList = interface
[<System.Runtime.InteropServices.Guid("D824A797-62D2-4F60-98F8-4423624BC1BF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsErrorList = interface
Public Interface IVsErrorList
Attributes

Methods

Name Description
BringToFront()

Activates the window and makes it visible.

ForceShowErrors()

Forces errors to appear in the list. Leaves warnings and informational messages alone.

Applies to