IErrorList Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

NameDescription
System_CAPS_pubpropertyAreBuildErrorSourceEntriesShown

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

System_CAPS_pubpropertyAreErrorsShown

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

System_CAPS_pubpropertyAreMessagesShown

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

System_CAPS_pubpropertyAreOtherErrorSourceEntriesShown

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

System_CAPS_pubpropertyAreWarningsShown

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

System_CAPS_pubpropertyTableControl

The IWpfTableControl used to display the error list.

Return to top
Show: