IVsErrorList 接口

操作 生成错误列表 窗口。您可以获取此接口的实例从 SVsErrorList (SID_SVsErrorList) services。SVsErrorList 服务还提供 IVsTaskList

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")> _
Public Interface IVsErrorList
[InterfaceTypeAttribute()]
[GuidAttribute("D824A797-62D2-4F60-98F8-4423624BC1BF")]
public interface IVsErrorList

IVsErrorList 类型公开以下成员。

方法

  名称 说明
公共方法 BringToFront 激活窗口并使其可见。
公共方法 ForceShowErrors 强制这些错误将出现在列表中。单独的叶警告和信息性消息。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间