Delen via


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

Return Value

Type: System.Boolean
true if the error is suppressed.

Implements

IErrorManagerLimiter.IsSuppressed(ErrorManager, DataSchemaError)

.NET Framework Security

See Also

Reference

DataSchemaErrorTaskService Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace