MaxErrorsAndWarnings Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property MaxErrorsAndWarnings As Integer
    Get
    Set
'Usage
Dim instance As OAGeneralOptions
Dim value As Integer

value = instance.MaxErrorsAndWarnings

instance.MaxErrorsAndWarnings = value
public int MaxErrorsAndWarnings { get; set; }
public:
property int MaxErrorsAndWarnings {
    int get ();
    void set (int value);
}
member MaxErrorsAndWarnings : int with get, set
function get MaxErrorsAndWarnings () : int
function set MaxErrorsAndWarnings (value : int)

Property Value

Type: System..::..Int32

See Also

Reference

OAGeneralOptions Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace