DataSchemaErrorTaskService.IsSuppressed Method
Returns a value that indicates whether this error was suppressed.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function IsSuppressed ( _
errorManager As ErrorManager, _
theError As DataSchemaError _
) As Boolean
public bool IsSuppressed(
ErrorManager errorManager,
DataSchemaError theError
)
public:
virtual bool IsSuppressed(
ErrorManager^ errorManager,
DataSchemaError^ theError
) sealed
abstract IsSuppressed :
errorManager:ErrorManager *
theError:DataSchemaError -> bool
override IsSuppressed :
errorManager:ErrorManager *
theError:DataSchemaError -> bool
public final function IsSuppressed(
errorManager : ErrorManager,
theError : DataSchemaError
) : boolean
Parameters
- errorManager
Type: Microsoft.Data.Schema.ErrorManager
The error manager.
- theError
Type: Microsoft.Data.Schema.DataSchemaError
The error that is queried.
Return Value
Type: System.Boolean
true if the error is suppressed.
Implements
IErrorManagerLimiter.IsSuppressed(ErrorManager, DataSchemaError)
.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.