Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The maximum number of errors that can be displayed, as specified by the user.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property ErrorLimit As Integer
public int ErrorLimit { get; internal set; }
public:
virtual property int ErrorLimit {
int get () sealed;
internal: void set (int value) sealed;
}
abstract ErrorLimit : int with get, internal set
override ErrorLimit : int with get, internal set
final function get ErrorLimit () : int
internal final function set ErrorLimit (value : int)
Property Value
Type: System.Int32
Implements
IErrorManagerLimiter.ErrorLimit
.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.