IErrorList 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個介面可用來取得 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用來顯示錯誤清單的 。 |