IErrorManagerLimiter.ErrorLimit Property
Indicates the desired limit to the number of items that should appear in the Error List window of Visual Studio.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property ErrorLimit As Integer
int ErrorLimit { get; }
property int ErrorLimit {
int get ();
}
abstract ErrorLimit : int
function get ErrorLimit () : int
Property Value
Type: System.Int32
An int that represents the maximum number of error items that you want to appear in the Error List window of Visual Studio.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.