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(1)>]
type IVsErrorList = interface
Public Interface IVsErrorList
Attributes

Methods

BringToFront()

Activates the window and makes it visible.

ForceShowErrors()

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

Applies to