IErrorManagerLimiter Interface
Provides an interface between the Error List window of Visual Studio and the ErrorManager to specify how the list displays the errors.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IErrorManagerLimiter
public interface IErrorManagerLimiter
public interface class IErrorManagerLimiter
type IErrorManagerLimiter = interface end
public interface IErrorManagerLimiter
The IErrorManagerLimiter type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorLimit | Indicates the desired limit to the number of items that should appear in the Error List window of Visual Studio. |
Top
Methods
Name | Description | |
---|---|---|
IsSuppressed | Retrieves a value that indicates whether display of the provided error should be suppressed. | |
TreatWarningsAsErrors | Retrieves a value that indicates whether warnings and errors should be segregated in the Error List window of Visual Studio. |
Top