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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")]
public interface IVsErrorList

NameDescription
System_CAPS_pubmethodBringToFront()

Activates the window and makes it visible.

System_CAPS_pubmethodForceShowErrors()

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

Return to top
Show: