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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")> _
Public Interface IVsErrorList
‘사용 방법
Dim instance As 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

See Also

Reference

IVsErrorList Members

Microsoft.VisualStudio.Shell.Interop Namespace