Share via


IErrorList 接口

定义

此接口用于获取“ErrorList”工具窗口周围部件版式中各种开关的状态。

public interface class IErrorList : System::ComponentModel::INotifyPropertyChanged
public interface IErrorList : System.ComponentModel.INotifyPropertyChanged
type IErrorList = interface
    interface INotifyPropertyChanged
Public Interface IErrorList
Implements INotifyPropertyChanged
实现

属性

AreBuildErrorSourceEntriesShown

如果列的 ErrorSource 筛选器未排除标签与 Build关联的条目,则返回 true。

AreErrorsShown

如果列的 ErrorSeverity 筛选器未排除标签与__VSERRORCATEGORY关联的条目,则返回 true。EC_ERROR。

AreMessagesShown

如果列的 ErrorSeverity 筛选器未排除标签与__VSERRORCATEGORY关联的条目,则返回 true。EC_MESSAGE。

AreOtherErrorSourceEntriesShown

如果列的 ErrorSource 筛选器未排除标签与 Other关联的条目,则返回 true。

AreWarningsShown

如果列的 ErrorSeverity 筛选器未排除标签与__VSERRORCATEGORY关联的条目,则返回 true。EC_WARNING。

TableControl

IWpfTableControl用于显示错误列表的 。

适用于