IErrorList Interface

Definition

This interface is used to get the state of the various switches in the chrome around the ErrorList tool window.

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

Properties

AreBuildErrorSourceEntriesShown

Returns true if filter for the ErrorSource column does not exclude entries that have the label associated with Build.

AreErrorsShown

Returns true if filter for the ErrorSeverity column does not exclude entries that have the label associated with __VSERRORCATEGORY.EC_ERROR.

AreMessagesShown

Returns true if filter for the ErrorSeverity column does not exclude entries that have the label associated with __VSERRORCATEGORY.EC_MESSAGE.

AreOtherErrorSourceEntriesShown

Returns true if filter for the ErrorSource column does not exclude entries that have the label associated with Other.

AreWarningsShown

Returns true if filter for the ErrorSeverity column does not exclude entries that have the label associated with __VSERRORCATEGORY.EC_WARNING.

TableControl

The IWpfTableControl used to display the error list.

Applies to