IVsErrorList Interface
Manipulates the BuildErrorList 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
'宣言
<GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")> _
<InterfaceTypeAttribute()> _
Public Interface IVsErrorList
'使用
Dim instance As IVsErrorList
[GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")]
[InterfaceTypeAttribute()]
public interface IVsErrorList
[GuidAttribute(L"D824A797-62D2-4F60-98F8-4423624BC1BF")]
[InterfaceTypeAttribute()]
public interface class IVsErrorList
public interface IVsErrorList