IErrorManagerLimiter.TreatWarningsAsErrors Method

Retrieves a value that indicates whether warnings and errors should be segregated in the Error List window of Visual Studio.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Function TreatWarningsAsErrors ( _
    errorManager As ErrorManager _
) As Boolean
bool TreatWarningsAsErrors(
    ErrorManager errorManager
)
bool TreatWarningsAsErrors(
    ErrorManager^ errorManager
)
abstract TreatWarningsAsErrors : 
        errorManager:ErrorManager -> bool 
function TreatWarningsAsErrors(
    errorManager : ErrorManager
) : boolean

Parameters

Return Value

Type: System.Boolean
true if warnings should be treated as errors; otherwise, false.

.NET Framework Security

See Also

Reference

IErrorManagerLimiter Interface

Microsoft.Data.Schema Namespace

ErrorManager