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.
Returns the current value of the TreatWarningsAsErrors project property.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function TreatWarningsAsErrors ( _
errorManager As ErrorManager _
) As Boolean
public bool TreatWarningsAsErrors(
ErrorManager errorManager
)
public:
virtual bool TreatWarningsAsErrors(
ErrorManager^ errorManager
) sealed
abstract TreatWarningsAsErrors :
errorManager:ErrorManager -> bool
override TreatWarningsAsErrors :
errorManager:ErrorManager -> bool
public final function TreatWarningsAsErrors(
errorManager : ErrorManager
) : boolean
Parameters
- errorManager
Type: Microsoft.Data.Schema.ErrorManager
The error manager that belongs to a project.
Return Value
Type: System.Boolean
The current value of the TreatWarningsAsErrors property.
Implements
IErrorManagerLimiter.TreatWarningsAsErrors(ErrorManager)
.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.