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
- errorManager
Type: Microsoft.Data.Schema.ErrorManager
The associated ErrorManager object.
Return Value
Type: System.Boolean
true if warnings should be treated as errors; otherwise, false.
.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.
See Also
Reference
IErrorManagerLimiter Interface