共用方式為


IErrorList 介面

定義

這個介面可用來取得 ErrorList 工具視窗周圍 Chrome 中各種參數的狀態。

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用來顯示錯誤清單的 。

適用於